postgres_scanner icon indicating copy to clipboard operation
postgres_scanner copied to clipboard

Extension 'postgres' did not contain the expected entrypoint function 'postgres_scanner_duckdb_cpp_init'

Open ila opened this issue 7 months ago • 1 comments

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

ila avatar Jun 19 '25 16:06 ila

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.

Mytherin avatar Jul 17 '25 10:07 Mytherin