Skip to content

Commit e38ea29

Browse files
committed
feat(ext): use the generic postgres extension test for postgis
Thanks to the improvement related to the generated pg_upgrade script, we can now reuse the generic postgres extension test for postgis.
1 parent 7afd41c commit e38ea29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/tests/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,11 @@ builtins.listToAttrs (
244244
"pg_hashids"
245245
"pg_jsonschema"
246246
"pg_net"
247+
"pg_partman"
247248
"pg_stat_monitor"
248249
"pg_tle"
249250
"pgaudit"
250-
"pg_partman"
251+
"postgis"
251252
"vector"
252253
"wal2json"
253254
"wrappers"

0 commit comments

Comments
 (0)