Skip to content

Commit eddd27d

Browse files
committed
test fixed
1 parent a80d109 commit eddd27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/test_partitioning/expected/partition.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ALTER TABLE abc PARTITION BY RANGE (id) START FROM (1) INTERVAL (100);
9393
SELECT * FROM pathman_partition_list;
9494
parent | partition | parttype | partattr | range_min | range_max
9595
--------+-----------+----------+----------+-----------+-----------
96-
abc | abc_11 | 2 | id | NULL | 1
96+
abc | abc_inf | 2 | id | NULL | 1
9797
abc | abc_1 | 2 | id | 1 | 101
9898
abc | abc_2 | 2 | id | 101 | 201
9999
abc | abc_3 | 2 | id | 201 | 301
@@ -118,7 +118,7 @@ NOTICE: 100 rows copied from abc_7
118118
NOTICE: 100 rows copied from abc_8
119119
NOTICE: 100 rows copied from abc_9
120120
NOTICE: 100 rows copied from abc_10
121-
NOTICE: 0 rows copied from abc_11
121+
NOTICE: 0 rows copied from abc_inf
122122
drop_partitions
123123
-----------------
124124
11

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy