Skip to content

Commit d6046ac

Browse files
committed
Switching from functions to views. Greatly reduces overhead on logic, still allows major version feature flags.
1 parent 9cc269c commit d6046ac

14 files changed

+122
-528
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "In-database (PostgreSQL) data dictionary providing database intro
88
crate-type = ["cdylib", "lib"]
99

1010
[features]
11-
default = ["pg16"]
11+
default = ["pg17"]
1212
pg13 = ["pgrx/pg13"]
1313
pg14 = ["pgrx/pg14"]
1414
pg15 = ["pgrx/pg15"]

0 commit comments

Comments
 (0)