Skip to content

Commit d446e29

Browse files
author
Vladimir Ershov
committed
Merge branch 'master' into PGPRO9_6
2 parents 0fe30cb + 77ebfaa commit d446e29

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

expected/sr_plan.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ SELECT * FROM test_table WHERE test_attr1 = 15;
8383
------------+------------
8484
(0 rows)
8585

86+
RESET client_min_messages;

sql/sr_plan.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ SELECT * FROM test_table WHERE test_attr1 = _p(10);
2626
SELECT * FROM test_table WHERE test_attr1 = 10;
2727
SELECT * FROM test_table WHERE test_attr1 = 10;
2828
SELECT * FROM test_table WHERE test_attr1 = 15;
29+
30+
RESET client_min_messages;

0 commit comments

Comments
 (0)