Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf377b4

Browse files
author
Alena Rybakina
committed
Reset aqo data before droping test table.
1 parent714a817 commitaf377b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎expected/statement_timeout.out‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ SELECT check_estimated_rows('SELECT *, pg_sleep(1) FROM t;');
111111
5
112112
(1 row)
113113

114-
DROP TABLE t;
115114
SELECT 1 FROM aqo_reset();
116115
?column?
117116
----------
118117
1
119118
(1 row)
120119

120+
DROP TABLE t;
121121
DROP EXTENSION aqo;
122122
DROP FUNCTION check_estimated_rows;

‎sql/statement_timeout.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SET statement_timeout = 5500;
6060
SELECT*, pg_sleep(1)FROM t;-- Get reliable data
6161
SELECT check_estimated_rows('SELECT *, pg_sleep(1) FROM t;');
6262

63-
DROPTABLE t;
6463
SELECT1FROM aqo_reset();
64+
DROPTABLE t;
6565
DROP EXTENSION aqo;
6666
DROPFUNCTION check_estimated_rows;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp