File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contrib/test_partitioning/expected Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ ALTER TABLE abc PARTITION BY RANGE (id) START FROM (1) INTERVAL (100);
93
93
SELECT * FROM pathman_partition_list;
94
94
parent | partition | parttype | partattr | range_min | range_max
95
95
--------+-----------+----------+----------+-----------+-----------
96
- abc | abc_11 | 2 | id | NULL | 1
96
+ abc | abc_inf | 2 | id | NULL | 1
97
97
abc | abc_1 | 2 | id | 1 | 101
98
98
abc | abc_2 | 2 | id | 101 | 201
99
99
abc | abc_3 | 2 | id | 201 | 301
@@ -118,7 +118,7 @@ NOTICE: 100 rows copied from abc_7
118
118
NOTICE: 100 rows copied from abc_8
119
119
NOTICE: 100 rows copied from abc_9
120
120
NOTICE: 100 rows copied from abc_10
121
- NOTICE: 0 rows copied from abc_11
121
+ NOTICE: 0 rows copied from abc_inf
122
122
drop_partitions
123
123
-----------------
124
124
11
You can’t perform that action at this time.
0 commit comments