Commit de4da168 authored by Andrew Gierth's avatar Andrew Gierth

Attempt to stabilize grouping sets regression test plans.

Per buildfarm members dromedary and arapaima.
parent 2c3e4752
......@@ -1383,6 +1383,7 @@ select array(select row(v.a,s1.*) from (select two,four, count(*) from onek grou
(2 rows)
-- test the knapsack
set enable_indexscan = false;
set work_mem = '64kB';
explain (costs off)
select unique1,
......
......@@ -355,6 +355,7 @@ select array(select row(v.a,s1.*) from (select two,four, count(*) from onek grou
-- test the knapsack
set enable_indexscan = false;
set work_mem = '64kB';
explain (costs off)
select unique1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment