postgres_scanner
postgres_scanner copied to clipboard
Extension 'postgres' did not contain the expected entrypoint function 'postgres_scanner_duckdb_cpp_init'
What happens?
Since the new version I cannot use the postgres extension anymore.
To Reproduce
attach if not exists 'dbname=my_db user=ubuntu password=xxxx host=localhost' as my_db (type postgres);
IO Error:
Extension 'postgres' did not contain the expected entrypoint function 'postgres_scanner_duckdb_cpp_init'
OS:
ubuntu
PostgreSQL Version:
16
DuckDB Version:
1.3.1
DuckDB Client:
shell
Full Name:
Ilaria Battiston
Affiliation:
CWI
Have you tried this on the latest main branch?
- [x] I agree
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- [x] I agree
Thanks for the report! Does this happen with a release build or with the development build? This looks like a recent change that was made in the dev builds but has not made it into any release.