From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: config: Split "Worker Processes" out of "Asynchronous Behavior" |
Date: | 2025-02-11 17:56:57 |
Message-ID: | E1thuVE-006aeh-Qk@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)sss(dot)pgh(dot)pa(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Melanie Plageman | 2025-02-11 18:55:28 | pgsql: Eagerly scan all-visible pages to amortize aggressive vacuum |
Previous Message | Tom Lane | 2025-02-11 17:49:46 | pgsql: Refactor pl_funcs.c to provide a usage-independent tree walker. |