citus/src
Halil Ozan Akgul 565c4ee535 Introduces macros for functions that now have include_out_arguments argument
New macros: FuncnameGetCandidates_compat and expand_function_arguments_compat

The functions (the ones without _compat) now have a new bool include_out_arguments parameter
These new macros give us the ability to use this new parameter for PG14 and it doesn't give the parameter for previous versions
Existing include_out_arguments parameters are set to 'false' to keep current behavior

Relevant PG commit:
e56bce5d43789cce95d099554ae9593ada92b3b7
2021-08-19 13:07:13 +03:00
..
backend Introduces macros for functions that now have include_out_arguments argument 2021-08-19 13:07:13 +03:00
include Introduces macros for functions that now have include_out_arguments argument 2021-08-19 13:07:13 +03:00
test Columnar: use generate_series for test rather than load. (#5181) 2021-08-16 16:12:06 -07:00