Skip to content

fix: compatible with postgres17#72

Open
howz97 wants to merge 1 commit intoadjust:masterfrom
howz97:master
Open

fix: compatible with postgres17#72
howz97 wants to merge 1 commit intoadjust:masterfrom
howz97:master

Conversation

@howz97
Copy link

@howz97 howz97 commented Aug 2, 2023

No description provided.

Jsonb *j = NULL;
Oid funcid;
List *f = stringToQualifiedNameList(funcname);
List *f = stringToQualifiedNameList(funcname, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work with older Postgres versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants