Skip to content

Commit baf7645

Browse files
jfrocheyvan-sraka
authored andcommitted
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 ddd2e0a commit baf7645

File tree

2 files changed

+2
-161
lines changed

2 files changed

+2
-161
lines changed

nix/ext/tests/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,11 @@ builtins.listToAttrs (
242242
"pg_hashids"
243243
"pg_jsonschema"
244244
"pg_net"
245+
"pg_partman"
245246
"pg_stat_monitor"
246247
"pg_tle"
247248
"pgaudit"
248-
"pg_partman"
249+
"postgis"
249250
"vector"
250251
"wal2json"
251252
"wrappers"

nix/ext/tests/postgis.nix

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)