pgsql: Harden new parallel string_agg/array_agg regression test - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Harden new parallel string_agg/array_agg regression test
Date
Msg-id E1pJsFO-0052Vv-Rf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Harden new parallel string_agg/array_agg regression test

Per buildfarm member mandrill, it seems that
max_parallel_workers_per_gather may not always be set to the default value
of 2 when the new test added in 16fd03e95 is executed.  Here let's just
explicitly set that to 2 so that the planner never opts to use more than
that many parallel workers.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/67c5b8840fcad07eeecd9af517b9b1ff09a3cf8e

Modified Files
--------------
src/test/regress/expected/aggregates.out | 1 +
src/test/regress/sql/aggregates.sql      | 1 +
2 files changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: instr_time: Represent time as an int64 on all platforms
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix and clarify function comment on LogicalTapeSetCreate.