@@ -889,9 +889,9 @@ SELECT * FROM test.hash_rel WHERE id = 123;
889889 */
890890SELECT pathman.drop_partitions('test.hash_rel');
891891NOTICE: drop cascades to 3 other objects
892- NOTICE: 2 rows copied from test.hash_rel_2
893- NOTICE: 3 rows copied from test.hash_rel_1
894892NOTICE: 2 rows copied from test.hash_rel_0
893+ NOTICE: 3 rows copied from test.hash_rel_1
894+ NOTICE: 2 rows copied from test.hash_rel_2
895895 drop_partitions
896896-----------------
897897 3
@@ -925,11 +925,11 @@ SELECT COUNT(*) FROM ONLY test.hash_rel;
925925DROP TABLE test.hash_rel CASCADE;
926926SELECT pathman.drop_partitions('test.num_range_rel');
927927NOTICE: drop cascades to 4 other objects
928- NOTICE: 0 rows copied from test.num_range_rel_6
929- NOTICE: 2 rows copied from test.num_range_rel_4
930- NOTICE: 1000 rows copied from test.num_range_rel_3
931- NOTICE: 1000 rows copied from test.num_range_rel_2
932928NOTICE: 998 rows copied from test.num_range_rel_1
929+ NOTICE: 1000 rows copied from test.num_range_rel_2
930+ NOTICE: 1000 rows copied from test.num_range_rel_3
931+ NOTICE: 2 rows copied from test.num_range_rel_4
932+ NOTICE: 0 rows copied from test.num_range_rel_6
933933 drop_partitions
934934-----------------
935935 5
@@ -1108,9 +1108,9 @@ EXPLAIN (COSTS OFF) SELECT * FROM test."TeSt" WHERE a = 1;
11081108
11091109SELECT pathman.drop_partitions('test."TeSt"');
11101110NOTICE: drop cascades to 3 other objects
1111- NOTICE: 3 rows copied from test."TeSt_2"
1112- NOTICE: 0 rows copied from test."TeSt_1"
11131111NOTICE: 0 rows copied from test."TeSt_0"
1112+ NOTICE: 0 rows copied from test."TeSt_1"
1113+ NOTICE: 3 rows copied from test."TeSt_2"
11141114 drop_partitions
11151115-----------------
11161116 3
@@ -1163,11 +1163,11 @@ SELECT pathman.split_range_partition('test."RangeRel_1"', '2015-01-01'::DATE);
11631163
11641164SELECT pathman.drop_partitions('test."RangeRel"');
11651165NOTICE: function test.RangeRel_upd_trig_func() does not exist, skipping
1166- NOTICE: 1 rows copied from test."RangeRel_6"
1167- NOTICE: 0 rows copied from test."RangeRel_4"
1168- NOTICE: 1 rows copied from test."RangeRel_3"
1169- NOTICE: 1 rows copied from test."RangeRel_2"
11701166NOTICE: 0 rows copied from test."RangeRel_1"
1167+ NOTICE: 1 rows copied from test."RangeRel_2"
1168+ NOTICE: 1 rows copied from test."RangeRel_3"
1169+ NOTICE: 0 rows copied from test."RangeRel_4"
1170+ NOTICE: 1 rows copied from test."RangeRel_6"
11711171 drop_partitions
11721172-----------------
11731173 5
@@ -1199,9 +1199,9 @@ SELECT pathman.create_range_partitions('test."RangeRel"', 'id', 1, 100, 3);
11991199
12001200SELECT pathman.drop_partitions('test."RangeRel"');
12011201NOTICE: function test.RangeRel_upd_trig_func() does not exist, skipping
1202- NOTICE: 0 rows copied from test."RangeRel_3"
1203- NOTICE: 0 rows copied from test."RangeRel_2"
12041202NOTICE: 0 rows copied from test."RangeRel_1"
1203+ NOTICE: 0 rows copied from test."RangeRel_2"
1204+ NOTICE: 0 rows copied from test."RangeRel_3"
12051205 drop_partitions
12061206-----------------
12071207 3
@@ -1358,20 +1358,20 @@ DELETE FROM range_rel r USING tmp t WHERE r.dt = '2010-01-02' AND r.id = t.id;
13581358/* Create range partitions from whole range */
13591359SELECT drop_partitions('range_rel');
13601360NOTICE: function public.range_rel_upd_trig_func() does not exist, skipping
1361- NOTICE: 0 rows copied from range_rel_15
1362- NOTICE: 0 rows copied from range_rel_14
1363- NOTICE: 14 rows copied from range_rel_13
1364- NOTICE: 31 rows copied from range_rel_12
1365- NOTICE: 30 rows copied from range_rel_11
1366- NOTICE: 31 rows copied from range_rel_10
1367- NOTICE: 30 rows copied from range_rel_9
1368- NOTICE: 31 rows copied from range_rel_8
1369- NOTICE: 31 rows copied from range_rel_7
1370- NOTICE: 29 rows copied from range_rel_6
1371- NOTICE: 31 rows copied from range_rel_5
1372- NOTICE: 30 rows copied from range_rel_4
1373- NOTICE: 31 rows copied from range_rel_3
13741361NOTICE: 44 rows copied from range_rel_1
1362+ NOTICE: 31 rows copied from range_rel_3
1363+ NOTICE: 30 rows copied from range_rel_4
1364+ NOTICE: 31 rows copied from range_rel_5
1365+ NOTICE: 29 rows copied from range_rel_6
1366+ NOTICE: 31 rows copied from range_rel_7
1367+ NOTICE: 31 rows copied from range_rel_8
1368+ NOTICE: 30 rows copied from range_rel_9
1369+ NOTICE: 31 rows copied from range_rel_10
1370+ NOTICE: 30 rows copied from range_rel_11
1371+ NOTICE: 31 rows copied from range_rel_12
1372+ NOTICE: 14 rows copied from range_rel_13
1373+ NOTICE: 0 rows copied from range_rel_14
1374+ NOTICE: 0 rows copied from range_rel_15
13751375 drop_partitions
13761376-----------------
13771377 14
0 commit comments