queryer fixes checkpoint

This commit is contained in:
2026-03-17 05:12:03 -04:00
parent ebb97b3509
commit c2c0e62c2d
3 changed files with 6 additions and 22 deletions

View File

@ -39,10 +39,6 @@ crate-type = ["cdylib", "lib"]
name = "pgrx_embed_jspg"
path = "src/bin/pgrx_embed.rs"
[[bin]]
name = "ast_explore"
path = "src/bin/ast_explore.rs"
[features]
default = ["pg18"]
pg18 = ["pgrx/pg18", "pgrx-tests/pg18" ]