pgsql: Harden new parallel string_agg/array_agg regression test

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Harden new parallel string_agg/array_agg regression test
Date: 2023-01-23 08:32:11
Message-ID: E1pJsFO-0052Vv-Rf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-01-23 09:59:42 pgsql: Fix and clarify function comment on LogicalTapeSetCreate.
Previous Message Tom Lane 2023-01-23 06:55:19 Re: pgsql: instr_time: Represent time as an int64 on all platforms