Skip to content

Commit 0dff116

Browse files
committed
pathman: tests output fix
1 parent 0b3ae13 commit 0dff116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/pg_pathman/expected/pg_pathman.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTICE: function test.hash_rel_hash_insert_trigger_func() does not exist, skipp
1010
NOTICE: function test.hash_rel_hash_update_trigger_func() does not exist, skipping
1111
create_hash_partitions
1212
------------------------
13-
13+
3
1414
(1 row)
1515

1616
CREATE TABLE test.range_rel (
@@ -22,7 +22,7 @@ SELECT pathman.create_range_partitions('test.range_rel', 'dt', '2015-01-01'::DAT
2222
NOTICE: sequence "range_rel_seq" does not exist, skipping
2323
create_range_partitions
2424
-------------------------
25-
25+
4
2626
(1 row)
2727

2828
CREATE TABLE test.num_range_rel (
@@ -32,7 +32,7 @@ SELECT pathman.create_range_partitions('test.num_range_rel', 'id', 0, 1000, 3);
3232
NOTICE: sequence "num_range_rel_seq" does not exist, skipping
3333
create_range_partitions
3434
-------------------------
35-
35+
4
3636
(1 row)
3737

3838
INSERT INTO test.num_range_rel
@@ -449,7 +449,7 @@ NOTICE: function hash_rel_hash_insert_trigger_func() does not exist, skipping
449449
NOTICE: function hash_rel_hash_update_trigger_func() does not exist, skipping
450450
create_hash_partitions
451451
------------------------
452-
452+
3
453453
(1 row)
454454

455455
SELECT partition_data('hash_rel');
@@ -482,7 +482,7 @@ SELECT create_range_partitions('range_rel', 'dt', '2010-01-01'::date, '1 month':
482482
NOTICE: sequence "range_rel_seq" does not exist, skipping
483483
create_range_partitions
484484
-------------------------
485-
485+
13
486486
(1 row)
487487

488488
SELECT partition_data('range_rel');

0 commit comments

Comments
 (0)