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 aa956ae commit 60e3db6Copy full SHA for 60e3db6
expected/plancache.out
@@ -45,8 +45,8 @@ SELECT * FROM f1();
45
DROP FUNCTION f1;
46
DROP TABLE test CASCADE;
47
SELECT true FROM aqo_reset();
48
- bool
49
-------
+ ?column?
+----------
50
t
51
(1 row)
52
expected/statement_timeout.out
@@ -91,7 +91,7 @@ ERROR: canceling statement due to statement timeout
91
SELECT check_estimated_rows('SELECT *, pg_sleep(1) FROM t;');
92
check_estimated_rows
93
----------------------
94
- 2
+ 4
95
96
97
SET statement_timeout = 800;
0 commit comments