mirror of https://github.com/citusdata/citus.git
fixup! Introduces macros for functions that now have include_out_arguments argument
parent
7a55aa18f2
commit
03128ac7ec
|
@ -50,7 +50,8 @@ FunctionOidExtended(const char *schemaName, const char *functionName, int argume
|
|||
argumentCount,
|
||||
argumentList,
|
||||
findVariadics,
|
||||
findDefaults, false,
|
||||
findDefaults,
|
||||
false,
|
||||
true);
|
||||
|
||||
if (functionList == NULL)
|
||||
|
|
Loading…
Reference in New Issue