upgrade to pg18

This commit is contained in:
2025-11-18 18:55:39 -05:00
parent 0f912c12b2
commit 54c34b2848
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ name = "pgrx_embed_jspg"
path = "src/bin/pgrx_embed.rs"
[features]
pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
pg18 = ["pgrx/pg18", "pgrx-tests/pg18" ]
# Local feature flag used by `cargo pgrx test`
pg_test = []