mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Attempt to stabilize grouping sets regression test plans.
Per buildfarm members dromedary and arapaima.
This commit is contained in:
@ -1383,6 +1383,7 @@ select array(select row(v.a,s1.*) from (select two,four, count(*) from onek grou
|
|||||||
(2 rows)
|
(2 rows)
|
||||||
|
|
||||||
-- test the knapsack
|
-- test the knapsack
|
||||||
|
set enable_indexscan = false;
|
||||||
set work_mem = '64kB';
|
set work_mem = '64kB';
|
||||||
explain (costs off)
|
explain (costs off)
|
||||||
select unique1,
|
select unique1,
|
||||||
|
@ -355,6 +355,7 @@ select array(select row(v.a,s1.*) from (select two,four, count(*) from onek grou
|
|||||||
|
|
||||||
-- test the knapsack
|
-- test the knapsack
|
||||||
|
|
||||||
|
set enable_indexscan = false;
|
||||||
set work_mem = '64kB';
|
set work_mem = '64kB';
|
||||||
explain (costs off)
|
explain (costs off)
|
||||||
select unique1,
|
select unique1,
|
||||||
|
Reference in New Issue
Block a user