- Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Tried building with latest postgres 16 but saw some build failures like
src/hll.c: In function ‘FunctionOid’: src/hll.c:326:36: error: too few arguments to function ‘stringToQualifiedNameList’ List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/hll.c:53:0: server/utils/regproc.h:28:14: note: declared here extern List *stringToQualifiedNameList(const char *string, Node *escontext); ^~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [src/hll.o] Error 1 make[1]: *** Waiting for unfinished jobs.... src/hll.c:326:83: error: too few arguments to function call, expected 2, have 1 List *qualifiedFunctionNameList = stringToQualifiedNameList(qualifiedFunctionName); ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ server/utils/regproc.h:28:1: note: 'stringToQualifiedNameList' declared here extern List *stringToQualifiedNameList(const char *string, Node *escontext); ^ 1 error generated. make[1]: *** [src/hll.bc] Error 1
I know 16 is not yet supported but may I know when we can expect a PG16 compatible version to be released? Thank you!!
Metadata
Metadata
Assignees
Labels
No labels