diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-10-16 13:07:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-10-16 13:07:36 +0900 |
commit | 4817da51f69ae7e965abf94aad01a4bab1404918 (patch) | |
tree | cccc476c8dd09478f2a305192b76c20d8ef572d1 /src/backend/access/gist/gistproc.c | |
parent | 1f89b73c4e053c463d75608c27ca564770fd3158 (diff) | |
download | postgresql-4817da51f69ae7e965abf94aad01a4bab1404918.tar.gz postgresql-4817da51f69ae7e965abf94aad01a4bab1404918.zip |
worker_spi: Bump up max_worker_processes in TAP tests
mamba has detected a failure in the last test that should start a
bgworker while bypassing the role login check. The buildfarm did not
provide any information about its failure in the logs, but I suspect
that this is caused by an exhaustion of the max_worker_processes slots
set at 8 by default.
In "normal" test runs, the number of bgworkers running at this stage of
the test is already 7, so, if one of them spawns for example a parallel
worker all the slots would be taken, preventing the last worker of the
test to start.
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/ZSyebsiub88pyJJO@paquier.xyz
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions