Skip to content

Commit f42c1b7

Browse files
committed
Merge commit 'd446e298b5ac0d012c7a255bc8c2c8774a146e3f' into PGPROEE9_6_ALPHA
2 parents 506c578 + d446e29 commit f42c1b7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

contrib/sr_plan/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;

contrib/sr_plan/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)