We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e72de commit 77ebfaaCopy full SHA for 77ebfaa
expected/sr_plan.out
@@ -83,3 +83,4 @@ SELECT * FROM test_table WHERE test_attr1 = 15;
83
------------+------------
84
(0 rows)
85
86
+RESET client_min_messages;
sql/sr_plan.sql
@@ -26,3 +26,5 @@ SELECT * FROM test_table WHERE test_attr1 = _p(10);
26
SELECT * FROM test_table WHERE test_attr1 = 10;
27
28
SELECT * FROM test_table WHERE test_attr1 = 15;
29
+
30
0 commit comments