Skip to content

Postgres 16 support #146

@Deltaus

Description

@Deltaus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions