Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 77ebfaa

Browse files
author
Vladimir Ershov
committed
more accurate test
1 parent 36e72de commit 77ebfaa

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)