Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PG16: error: too few arguments to function ‘stringToQualifiedNameList’ #338

Closed
df7cb opened this issue Jul 30, 2023 · 2 comments · Fixed by #339
Closed

PG16: error: too few arguments to function ‘stringToQualifiedNameList’ #338

df7cb opened this issue Jul 30, 2023 · 2 comments · Fixed by #339

Comments

@df7cb
Copy link
Contributor

df7cb commented Jul 30, 2023

pgpointcloud fails to build with PG16:

15:01:32 pc_pgsql.c: In function ‘pointcloud_get_full_version_schema’:
15:01:32 pc_pgsql.c:47:17: error: too few arguments to function ‘stringToQualifiedNameList’
15:01:32    47 |   List *names = stringToQualifiedNameList(proname);
15:01:32       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
15:01:32 In file included from pc_pgsql.c:32:
15:01:32 /usr/include/postgresql/16/server/utils/regproc.h:28:14: note: declared here
15:01:32    28 | extern List *stringToQualifiedNameList(const char *string, Node *escontext);
15:01:32       |              ^~~~~~~~~~~~~~~~~~~~~~~~~

https://pgdgbuild.dus.dg-i.net/view/Binaries-Beta/job/pgpointcloud-binaries-beta/lastFailedBuild/architecture=amd64,distribution=sid/console

A fix would be appreciated so we can update the Debian packages for PG16.

@robe2
Copy link
Contributor

robe2 commented Aug 13, 2023

I'll try to provide a patch for this later today.

@df7cb
Copy link
Contributor Author

df7cb commented Sep 18, 2023

Could we have a new release with this fix?

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 a pull request may close this issue.

2 participants