Skip to content

Commit d9f7143

Browse files
Default to PostgreSQL 17
1 parent 84828fe commit d9f7143

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "./src/bin/pgrx_embed.rs"
1111
crate-type = ["cdylib", "lib"]
1212

1313
[features]
14-
default = ["pg16"]
14+
default = ["pg17"]
1515
pg12 = ["pgrx/pg12", "pgrx-tests/pg12"]
1616
pg13 = ["pgrx/pg13", "pgrx-tests/pg13"]
1717
pg14 = ["pgrx/pg14", "pgrx-tests/pg14"]
@@ -23,9 +23,9 @@ pg_test = ["approx"]
2323
[dependencies]
2424
# Keep synchronized with `cargo install --version N.N.N cargo-pgrx` in Readme.md and docker/ci/Dockerfile
2525
# Also `pgrx-tests` down below in `dev-dependencies`.
26-
pgrx = "=0.12.8"
27-
pgrx-macros = "=0.12.8"
28-
pgrx-sql-entity-graph = "=0.12.8"
26+
pgrx = "=0.12.9"
27+
pgrx-macros = "=0.12.9"
28+
pgrx-sql-entity-graph = "=0.12.9"
2929
encodings = {path="../crates/encodings"}
3030
flat_serialize = {path="../crates/flat_serialize/flat_serialize"}
3131
flat_serialize_macro = {path="../crates/flat_serialize/flat_serialize_macro"}
@@ -62,5 +62,5 @@ spfunc = "0.1.0"
6262
statrs = "0.15.0"
6363

6464
[dev-dependencies]
65-
pgrx-tests = "=0.12.8"
65+
pgrx-tests = "=0.12.9"
6666
approx = "0.4.0"

0 commit comments

Comments
 (0)