Skip to content

Commit 495e036

Browse files
committed
sligtly fix regression tests
1 parent ce69636 commit 495e036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

expected/pathman_column_type.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ SELECT tableoid::regclass, * FROM test_column_type.test;
5555
(1 row)
5656

5757
SELECT drop_partitions('test_column_type.test');
58-
NOTICE: function test_column_type.test_upd_trig_func() does not exist, skipping
5958
NOTICE: 1 rows copied from test_column_type.test_1
6059
NOTICE: 0 rows copied from test_column_type.test_2
6160
NOTICE: 0 rows copied from test_column_type.test_3
@@ -142,7 +141,6 @@ SELECT tableoid::regclass, * FROM test_column_type.test;
142141
(1 row)
143142

144143
SELECT drop_partitions('test_column_type.test');
145-
NOTICE: function test_column_type.test_upd_trig_func() does not exist, skipping
146144
NOTICE: 1 rows copied from test_column_type.test_0
147145
NOTICE: 0 rows copied from test_column_type.test_1
148146
NOTICE: 0 rows copied from test_column_type.test_2

0 commit comments

Comments
 (0)