Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgmq and partman owned by postgres vs supabase_admin #1299

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgres15: "15.8.1.004"
postgres16: "16.3.1.010"
postgres15: "15.8.1.005"
postgres16: "16.3.1.011"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
./nix/ext/pgroonga.nix
./nix/ext/index_advisor.nix
./nix/ext/wal2json.nix
./nix/ext/pgmq.nix
# pending resolution of a permissions issue. Use 15.5.1.004 on staging to test
# ./nix/ext/pgmq.nix
# ./nix/ext/pg_partman.nix
./nix/ext/pg_repack.nix
./nix/ext/pg-safeupdate.nix
./nix/ext/plpgsql-check.nix
Expand All @@ -151,7 +153,6 @@
./nix/ext/pg_hashids.nix
./nix/ext/pgsodium.nix
./nix/ext/pg_graphql.nix
./nix/ext/pg_partman.nix
./nix/ext/pg_stat_monitor.nix
./nix/ext/pg_jsonschema.nix
./nix/ext/pgvector.nix
Expand Down
138 changes: 5 additions & 133 deletions nix/tests/expected/extensions_sql_interface.out

Large diffs are not rendered by default.

104 changes: 0 additions & 104 deletions nix/tests/expected/pg_partman.out

This file was deleted.

143 changes: 0 additions & 143 deletions nix/tests/expected/pgmq.out

This file was deleted.

4 changes: 2 additions & 2 deletions nix/tests/prime.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ create extension pg_graphql;
create extension pg_freespacemap;
create extension pg_hashids;
create extension pg_prewarm;
create extension pg_partman;
-- create extension pg_partman;
create extension pg_jsonschema;
create extension pg_repack;
create extension pg_stat_monitor;
Expand All @@ -55,7 +55,7 @@ create extension pg_visibility;
create extension pg_walinspect;
create extension pgaudit;
create extension pgcrypto;
create extension pgmq;
-- create extension pgmq;
create extension pgtap;
create extension pgjwt;
create extension pgroonga;
Expand Down
85 changes: 0 additions & 85 deletions nix/tests/sql/pg_partman.sql

This file was deleted.

Loading
Loading