Thread: pgsql: config: Split "Worker Processes" out of "Asynchronous Behavior"

pgsql: config: Split "Worker Processes" out of "Asynchronous Behavior"

From
Andres Freund
Date:
config: Split "Worker Processes" out of "Asynchronous Behavior"

Having all the worker related GUCs in the same section as IO controlling GUCs
doesn't really make sense. Create a separate section for them.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/x3tlw2jk5gm3r3mv47hwrshffyw7halpczkfbk3peksxds7bvc@lguk43z3bsyq

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/740766d37cdf466438c0ccb6c4c8acaa62a7fc90

Modified Files
--------------
doc/src/sgml/config.sgml                      |  6 ++++++
src/backend/utils/misc/guc_tables.c           | 11 ++++++-----
src/backend/utils/misc/postgresql.conf.sample |  3 +++
src/include/utils/guc_tables.h                |  1 +
4 files changed, 16 insertions(+), 5 deletions(-)