@@ -779,8 +779,16 @@ SELECT merge_range_partitions('calamity.merge_test_a_1',
779779ERROR: cannot merge partitions
780780DROP TABLE calamity.merge_test_a,calamity.merge_test_b CASCADE;
781781NOTICE: drop cascades to 6 other objects
782- DROP SCHEMA calamity CASCADE;
783- NOTICE: drop cascades to 15 other objects
782+ DROP DOMAIN calamity.test_domain;
783+ DROP TABLE calamity.part_test CASCADE;
784+ NOTICE: drop cascades to table calamity.wrong_partition
785+ DROP TABLE calamity.part_ok CASCADE;
786+ NOTICE: drop cascades to 4 other objects
787+ DROP TABLE calamity.hash_two_times CASCADE;
788+ NOTICE: drop cascades to 2 other objects
789+ DROP TABLE calamity.to_be_disabled CASCADE;
790+ NOTICE: drop cascades to 3 other objects
791+ DROP SCHEMA calamity;
784792DROP EXTENSION pg_pathman;
785793/*
786794 * -------------------------------
@@ -987,7 +995,7 @@ SELECT context, entries FROM pathman_cache_stats
987995 partition parents cache | 0
988996(3 rows)
989997
990- DROP SCHEMA calamity CASCADE ;
998+ DROP SCHEMA calamity;
991999DROP EXTENSION pg_pathman;
9921000/*
9931001 * ------------------------------------------
@@ -1060,5 +1068,5 @@ EXPLAIN (COSTS OFF) SELECT * FROM calamity.survivor;/* OK */
10601068
10611069DROP TABLE calamity.survivor CASCADE;
10621070NOTICE: drop cascades to 3 other objects
1063- DROP SCHEMA calamity CASCADE ;
1071+ DROP SCHEMA calamity;
10641072DROP EXTENSION pg_pathman;