Description
LOAD duckpgq fails on DuckDB v1.5.1 (macOS arm64) with an initialization error.
Steps to Reproduce
INSTALL duckpgq FROM community; -- succeeds
LOAD duckpgq; -- fails
Error
Invalid Input Error: Initialization function "duckpgq_duckdb_cpp_init" from file
"/Users/<user>/.duckdb/extensions/v1.5.1/osx_arm64/duckpgq.duckdb_extension"
threw an exception: "vector"
Environment
- DuckDB version: v1.5.1
- Platform: macOS arm64 (Darwin 24.6.0)
- Node API:
@duckdb/node-api@1.5.1-r.1
- Also tested via: bun 1.3.0
Notes
INSTALL succeeds and the extension appears in duckdb_extensions() as installed but not loaded
- Deleting the cached extension and reinstalling produces the same error
- The extension worked on earlier DuckDB versions (per community reports)
Description
LOAD duckpgqfails on DuckDB v1.5.1 (macOS arm64) with an initialization error.Steps to Reproduce
Error
Environment
@duckdb/node-api@1.5.1-r.1Notes
INSTALLsucceeds and the extension appears induckdb_extensions()as installed but not loaded