pgsql: config: Split "Worker Processes" out of "Asynchronous Behavior" - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: config: Split "Worker Processes" out of "Asynchronous Behavior"
Date
Msg-id E1thuVE-006aeh-Qk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow extension functions to participate in in-place updates.
Next
From: Melanie Plageman
Date:
Subject: pgsql: Eagerly scan all-visible pages to amortize aggressive vacuum