pgsql: Fix failures in incremental_sort due to number of workers

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix failures in incremental_sort due to number of workers
Date: 2020-04-06 22:02:30
Message-ID: E1jLZp8-0001O7-2b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix failures in incremental_sort due to number of workers

The last test in incremental_sort suite prints a parallel plan, but some
of the buildfarm animals have custom max_parallel_workers_per_gather
values, causing failures. Fixed by setting the GUC to an explicit value.

Discussion: https://postgr.es/m/CAPpHfds1waRZ=NOmueYq0sx1ZSCnt+5QJvizT8ndT2=etZEeAQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/23ba3b5ee278847e4fad913b80950edb2838fd35

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-06 23:18:16 pgsql: Use INT64_FORMAT when formatting int64 values in explain
Previous Message Peter Geoghegan 2020-04-06 21:47:00 pgsql: Fix nbtree kill_prior_tuple posting list assert.