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

Commit25a41dd

Browse files
author
Marina Polyakova
committed
Add new expected output for unsupported regresison test
1 parenta7ce7c9 commit25a41dd

File tree

3 files changed

+715
-1
lines changed

3 files changed

+715
-1
lines changed

‎expected/unsupported.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,13 @@ EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF)
339339
(18 rows)
340340

341341
-- No prediction for top SeqScan, because it fss is changed
342+
SELECT str FROM expln('
342343
EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF)
343344
SELECT * FROM t WHERE
344345
x = (SELECT x FROM t t0 WHERE t0.x = t.x LIMIT 1) AND
345346
x IN (SELECT x FROM t t0 WHERE t0.x = t.x);
346-
QUERY PLAN
347+
') AS str WHERE str NOT LIKE '%Memory Usage%';
348+
str
347349
-----------------------------------------------------------
348350
Seq Scan on t (actual rows=1000 loops=1)
349351
AQO not used

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp