@@ -889,9 +889,9 @@ SELECT * FROM test.hash_rel WHERE id = 123;
889
889
*/
890
890
SELECT pathman.drop_partitions('test.hash_rel');
891
891
NOTICE: 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
894
892
NOTICE: 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
895
895
drop_partitions
896
896
-----------------
897
897
3
@@ -925,11 +925,11 @@ SELECT COUNT(*) FROM ONLY test.hash_rel;
925
925
DROP TABLE test.hash_rel CASCADE;
926
926
SELECT pathman.drop_partitions('test.num_range_rel');
927
927
NOTICE: 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
932
928
NOTICE: 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
933
933
drop_partitions
934
934
-----------------
935
935
5
@@ -1108,9 +1108,9 @@ EXPLAIN (COSTS OFF) SELECT * FROM test."TeSt" WHERE a = 1;
1108
1108
1109
1109
SELECT pathman.drop_partitions('test."TeSt"');
1110
1110
NOTICE: drop cascades to 3 other objects
1111
- NOTICE: 3 rows copied from test."TeSt_2"
1112
- NOTICE: 0 rows copied from test."TeSt_1"
1113
1111
NOTICE: 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"
1114
1114
drop_partitions
1115
1115
-----------------
1116
1116
3
@@ -1163,11 +1163,11 @@ SELECT pathman.split_range_partition('test."RangeRel_1"', '2015-01-01'::DATE);
1163
1163
1164
1164
SELECT pathman.drop_partitions('test."RangeRel"');
1165
1165
NOTICE: 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"
1170
1166
NOTICE: 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"
1171
1171
drop_partitions
1172
1172
-----------------
1173
1173
5
@@ -1199,9 +1199,9 @@ SELECT pathman.create_range_partitions('test."RangeRel"', 'id', 1, 100, 3);
1199
1199
1200
1200
SELECT pathman.drop_partitions('test."RangeRel"');
1201
1201
NOTICE: 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"
1204
1202
NOTICE: 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"
1205
1205
drop_partitions
1206
1206
-----------------
1207
1207
3
@@ -1358,20 +1358,20 @@ DELETE FROM range_rel r USING tmp t WHERE r.dt = '2010-01-02' AND r.id = t.id;
1358
1358
/* Create range partitions from whole range */
1359
1359
SELECT drop_partitions('range_rel');
1360
1360
NOTICE: 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
1374
1361
NOTICE: 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
1375
1375
drop_partitions
1376
1376
-----------------
1377
1377
14
0 commit comments