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

Failing build on PostgreSQL Version 15.1 #148

Closed
sabman opened this issue Aug 22, 2024 · 1 comment
Closed

Failing build on PostgreSQL Version 15.1 #148

sabman opened this issue Aug 22, 2024 · 1 comment

Comments

@sabman
Copy link

sabman commented Aug 22, 2024

We just tried to build on PostgreSQL Version 15.1

build Dockerfile snippet:

# main commit hash as at 2024-08-22:21:12:07 
ARG pg_duckdb_release=f0d41bad5988db2c71ebe3d038bbb93f2208d3c5  
RUN git clone https://github.com/duckdb/pg_duckdb.git /tmp/pg_duckdb
WORKDIR /tmp/pg_duckdb
RUN git checkout ${pg_duckdb_release}
RUN make install
#189 1688.9 src/scan/postgres_scan.cpp:60:102: error: too many arguments to function ‘List* stringToQualifiedNameList(const char*)’

As there still isn't a release would you recommend trying a different branch or different commit hash?

@wuputah
Copy link
Collaborator

wuputah commented Aug 22, 2024

This is expected at the moment; Postgres 15 is not currently supported. Please use Postgres 16 or 17 for now.

Closing in favor of consolidating discussion in #145 around Postgres 15 support.

@wuputah wuputah closed this as completed Aug 22, 2024
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

No branches or pull requests

2 participants