Skip to content

Commit

Permalink
Merge pull request #205 from supabase/j0/bump_pgx_version
Browse files Browse the repository at this point in the history
feat: bump pgrx version
  • Loading branch information
J0 committed Dec 11, 2023
2 parents 0061b16 + 5e9e2ef commit e3e73ca
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 52 deletions.
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.11.0
- run: cargo install cargo-pgrx --version 0.11.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.11.0
- run: cargo install cargo-pgrx --version 0.11.2
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
- run: cd wrappers && cargo pgrx test --features all_fdws,pg15
98 changes: 64 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions supabase-wrappers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16"]
pg_test = []

[dependencies]
pgrx = { version = "=0.11.0", default-features = false }
pgrx = { version = "=0.11.2", default-features = false }
thiserror = "1.0.48"
tokio = { version = "1.24", features = ["rt"] }
uuid = { version = "1.2.2" }
supabase-wrappers-macros = { version = "0.1", path = "../supabase-wrappers-macros" }

[dev-dependencies]
pgrx-tests = "=0.11.0"
pgrx-tests = "=0.11.2"

[package.metadata.docs.rs]
features = ["pg15", "cshim"]
Expand Down
Loading

0 comments on commit e3e73ca

Please sign in to comment.