Attempt to stabilize grouping sets regression test plans.
Per buildfarm members dromedary and arapaima.
This commit is contained in:
parent
2c3e47527a
commit
de4da168d5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user