Skip to content

Commit

Permalink
Add new expected output for unsupported regresison test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Polyakova committed Nov 1, 2024
1 parent a7ce7c9 commit 25a41dd
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 1 deletion.
4 changes: 3 additions & 1 deletion expected/unsupported.out
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,13 @@ EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF)
(18 rows)

-- No prediction for top SeqScan, because it fss is changed
SELECT str FROM expln('
EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF)
SELECT * FROM t WHERE
x = (SELECT x FROM t t0 WHERE t0.x = t.x LIMIT 1) AND
x IN (SELECT x FROM t t0 WHERE t0.x = t.x);
QUERY PLAN
') AS str WHERE str NOT LIKE '%Memory Usage%';
str
-----------------------------------------------------------
Seq Scan on t (actual rows=1000 loops=1)
AQO not used
Expand Down
Loading

0 comments on commit 25a41dd

Please sign in to comment.