config: Split "Worker Processes" out of "Asynchronous Behavior"
authorAndres Freund
Tue, 11 Feb 2025 16:39:19 +0000 (11:39 -0500)
committerAndres Freund
Tue, 11 Feb 2025 17:53:40 +0000 (12:53 -0500)
commit740766d37cdf466438c0ccb6c4c8acaa62a7fc90
tree62ab181e85d4a47ae4e7e79c207af2c40304ff2f
parentc366d2bdba7c3b9b2cca1429d4535866e231ca55
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
Discussion: https://postgr.es/m/x3tlw2jk5gm3r3mv47hwrshffyw7halpczkfbk3peksxds7bvc@lguk43z3bsyq
doc/src/sgml/config.sgml
src/backend/utils/misc/guc_tables.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc_tables.h