pgsql: Change minimum max_worker_processes from 1 to 0

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change minimum max_worker_processes from 1 to 0
Date: 2016-08-02 17:16:56
Message-ID: E1bUdJI-0004U6-7t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-02 20:09:15 pgsql: Sync 9.5 version of access/transam/parallel.c with HEAD.
Previous Message Tom Lane 2016-08-02 16:50:28 pgsql: Fix pg_dump's handling of public schema with both -c and -C opti