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

Commit47a1f07

Browse files
committed
pg_overexplain: SET jit=off when running tests.
Per buildfarm.
1 parentde65c4d commit47a1f07

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎contrib/pg_overexplain/expected/pg_overexplain.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-- These tests display internal details that would not be stable under
22
-- debug_parallel_query, so make sure that option is disabled.
33
SET debug_parallel_query = off;
4+
-- Make sure that we don't print any JIT-related information, as that
5+
-- would also make results unstable.
6+
SET jit = off;
47
-- These options do not exist, so these queries should all fail.
58
EXPLAIN (DEBUFF) SELECT 1;
69
ERROR: unrecognized EXPLAIN option "debuff"

‎contrib/pg_overexplain/sql/pg_overexplain.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
-- debug_parallel_query, so make sure that option is disabled.
33
SET debug_parallel_query= off;
44

5+
-- Make sure that we don't print any JIT-related information, as that
6+
-- would also make results unstable.
7+
SET jit= off;
8+
59
-- These options do not exist, so these queries should all fail.
610
EXPLAIN (DEBUFF)SELECT1;
711
EXPLAIN (DEBUG)SELECT1;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp