Skip to content

Commit

Permalink
Upgrade to support Postgres 17 (#26)
Browse files Browse the repository at this point in the history
Upgrade to pgrx v0.12.6 and supabase-wrappers v0.1.20 to do so. Fix the
updated argument to `ForeignDataWrapper::new()` and update all other
dependencies. Add the `src/bin` placeholder pgrx v0.12.x requires and
update the version to v0.2.1.
  • Loading branch information
theory committed Dec 20, 2024
1 parent ec017ea commit 2a93ae8
Show file tree
Hide file tree
Showing 7 changed files with 765 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
pg: [ 14, 15, 16 ]
pg: [ 14, 15, 16, 17 ]
steps:
- uses: actions/checkout@v4
- name: Install Rust stable toolchain
Expand Down
Loading

0 comments on commit 2a93ae8

Please sign in to comment.