Skip to content

Commit eb9c860

Browse files
committed
Upgrade to support Postgres 17 (#26)
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.
1 parent ec017ea commit eb9c860

File tree

8 files changed

+767
-460
lines changed

8 files changed

+767
-460
lines changed

.github/workflows/extension_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Run linters
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Install Rust minimal nightly with clippy and rustfmt
2626
uses: actions-rs/toolchain@v1
2727
with:
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-22.04
5050
strategy:
5151
matrix:
52-
pg: [ 14, 15, 16 ]
52+
pg: [ 14, 15, 16, 17 ]
5353
steps:
5454
- uses: actions/checkout@v4
5555
- name: Install Rust stable toolchain

.github/workflows/pages-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.x

0 commit comments

Comments
 (0)