fixup! Introduces macros for functions that now have include_out_arguments argument

talha_testpg14
Sait Talha Nisanci 2021-08-26 23:44:23 +03:00
parent 7a55aa18f2
commit 03128ac7ec
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ FunctionOidExtended(const char *schemaName, const char *functionName, int argume
argumentCount, argumentCount,
argumentList, argumentList,
findVariadics, findVariadics,
findDefaults, false, findDefaults,
false,
true); true);
if (functionList == NULL) if (functionList == NULL)