pgsql: Change minimum max_worker_processes from 1 to 0 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change minimum max_worker_processes from 1 to 0
Date
Msg-id E1bUdJI-0004U6-7t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change minimum max_worker_processes from 1 to 0

Setting it to 0 is probably not useful in practice, but it allows
testing of situations without available background worker slots.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c4d3a039f0ea735c4c21831a74b753678c0e6794

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump's handling of public schema with both -c and -C opti
Next
From: Tom Lane
Date:
Subject: pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.