Skip to content

Commit 25a41dd

Browse files
author
Marina Polyakova
committed
Add new expected output for unsupported regresison test
1 parent a7ce7c9 commit 25a41dd

File tree

3 files changed

+715
-1
lines changed

3 files changed

+715
-1
lines changed

Diff for: expected/unsupported.out

+3-1
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)