Skip to content

LOAD duckpgq fails on DuckDB v1.5.1 with 'vector' exception #305

Description

@vyasraos

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions