supabase / postgres

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

Sam/plv8 darwin #1117

Closed samrose closed 4 weeks ago

samrose commented 4 weeks ago

What kind of change does this PR introduce?

We had some issues with building and enabling these extensions on aarch64-darwin

plv8
plcoffee
plls

This PR creates a build for darwin and non darwin platforms. It has been tested and verified on x86_64-linix , aarch64-linux and aarch64-darwin

The nix flake check -L test is confirmed to pass on all 3 platforms, and the pg_regress section of the nix flake check test has been updated to re-introduce the 3 above extensions and those are re-added back into the prime.sql file.

This PR closes #1094