postgresql16-anonymizer/anonymizer-cargo.patch
2025-09-11 14:39:05 +02:00

24 lines
727 B
Diff

--- postgresql_anonymizer-2.3.0-original/Cargo.toml 2025-08-26 14:18:23.714094827 +0200
+++ postgresql_anonymizer-2.3.0/Cargo.toml 2025-08-26 14:18:56.023929806 +0200
@@ -7,14 +7,12 @@ edition = "2021"
crate-type = ["cdylib", "lib"]
[features]
-default = ["pg13"]
-#pg11 = ["pgrx/pg11", "pgrx-tests/pg11" ]
-#pg12 = ["pgrx/pg12", "pgrx-tests/pg12" ]
-pg13 = ["pgrx/pg13", "pgrx-tests/pg13" ]
-pg14 = ["pgrx/pg14", "pgrx-tests/pg14" ]
-pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ]
-pg16 = ["pgrx/pg16", "pgrx-tests/pg16" ]
-pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
+default = ["pg16"]
+pg13 = ["pgrx/pg13"]
+pg14 = ["pgrx/pg14"]
+pg15 = ["pgrx/pg15"]
+pg16 = ["pgrx/pg16"]
+pg17 = ["pgrx/pg17"]
pg_test = []
[dependencies]