Skip to content

Commit 7b6dfaa

Browse files
authored
chore: add support for pgrx v0.12.6 and pg17 (#351)
* chore: add support for pg17 and pgrx 0.12.5 * upgrade pgrx to 0.12.6 * update README change logs * update test cases and github workflows * fix: wasm fdw test package path
1 parent a317de1 commit 7b6dfaa

File tree

31 files changed

+338
-158
lines changed

31 files changed

+338
-158
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
extension_name:
3838
- wrappers
3939
pgrx_version:
40-
- 0.11.3
41-
postgres: [14, 15, 16]
40+
- 0.12.6
41+
postgres: [14, 15, 16, 17]
4242
features:
4343
- "all_fdws"
4444
box:

.github/workflows/test_supabase_wrappers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
postgresql-server-dev-15
4141
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4242
43-
- run: cargo install cargo-pgrx --version 0.11.3
43+
- run: cargo install cargo-pgrx --version 0.12.6
4444
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4545

4646
- name: Format code

.github/workflows/test_wrappers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
postgresql-server-dev-15
4848
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4949
50-
- run: cargo install cargo-pgrx --version 0.11.3
50+
- run: cargo install cargo-pgrx --version 0.12.6
5151
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
5252

5353
- name: Format code
@@ -102,7 +102,7 @@ jobs:
102102
postgresql-server-dev-15
103103
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
104104
105-
- run: cargo install cargo-pgrx --version 0.11.3
105+
- run: cargo install cargo-pgrx --version 0.12.6
106106
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
107107
- run: cargo install cargo-component --version 0.13.2
108108
- run: rustup target add wasm32-unknown-unknown

0 commit comments

Comments
 (0)