1
0
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:
Andrew Gierth
2017-03-27 05:53:26 +01:00
parent 2c3e47527a
commit de4da168d5
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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,