Fix failures in incremental_sort due to number of workers
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 6 Apr 2020 21:58:10 +0000 (23:58 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 6 Apr 2020 22:02:07 +0000 (00:02 +0200)
commit23ba3b5ee278847e4fad913b80950edb2838fd35
tree1348e91edb52d44de869581d8a1cec4391e6e6cc
parentce2cee0ade8a6a360322c51201fda1fc25be7773
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
src/test/regress/expected/incremental_sort.out
src/test/regress/sql/incremental_sort.sql