Skip to content

Commit

Permalink
Merge pull request #157 from supabase/or/upgrade-pgrx-0.10.2
Browse files Browse the repository at this point in the history
PG16 Support
  • Loading branch information
imor authored Sep 21, 2023
2 parents b749a49 + ecf17d1 commit 8c3d0a1
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
extension_name:
- wrappers
pgrx_version:
- 0.9.8
postgres: [14, 15]
- 0.10.2
postgres: [14, 15, 16]
features:
- "all_fdws"
box:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_supabase_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
postgresql-server-dev-15
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
- run: cargo install cargo-pgrx --version 0.9.8
- run: cargo install cargo-pgrx --version 0.10.2
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd supabase-wrappers && cargo test
2 changes: 1 addition & 1 deletion .github/workflows/test_wrappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
postgresql-server-dev-15
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
- run: cargo install cargo-pgrx --version 0.9.8
- run: cargo install cargo-pgrx --version 0.10.2
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd wrappers && cargo pgrx test --features all_fdws,pg15
Loading

0 comments on commit 8c3d0a1

Please sign in to comment.