Skip to content

Commit dc1c6d0

Browse files
committed
fix(pg_stat_monitor): use custom test instead of default for pg_upgrade compatibility
Remove pg_stat_monitor from default extension test list to prevent conflict with the custom pg_stat_monitor.nix test file. The custom test includes special logic to skip pg_regress after pg_upgrade when no update script is generated, which is necessary because version 2.1 has different schemas between PostgreSQL 15 and 17 despite sharing the same version number.
1 parent 39b92b2 commit dc1c6d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nix/ext/tests/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ builtins.listToAttrs (
299299
"pg_net"
300300
"pg_partman"
301301
"pg_repack"
302-
"pg_stat_monitor"
303302
"pg_tle"
304303
"pgaudit"
305304
"postgis"

0 commit comments

Comments
 (0)