supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.34k stars 135 forks source link

Procedural language extensions can't be enabled locally #1094

Closed olirice closed 4 weeks ago

olirice commented 1 month ago

When running the test suite via

nix flake check -L

Some extensions fail to enable.

plv8
plcoffee
plls

all throw the error could not load library... symbol not found in flat namespace

To reproduce

nix run .#start-server 15

in another terminal

nix run .#start-client 15

and finally

create extension plv8;
Screenshot 2024-08-06 at 10 18 11 AM
samrose commented 4 weeks ago

PR to close this issue https://github.com/supabase/postgres/pull/1117