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 eb9c860
Show file tree
Hide file tree
Showing 8 changed files with 767 additions and 460 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Run linters
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust minimal nightly with clippy and rustfmt
uses: actions-rs/toolchain@v1
with:
Expand Down 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
2 changes: 1 addition & 1 deletion .github/workflows/pages-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
Expand Down
Loading

0 comments on commit eb9c860

Please sign in to comment.