Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Melanie Plageman <melanieplageman@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-12T19:21:07Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > On 11 Jan 2025, at 10:02, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: >> and the GUC grouping in guc_tables.c/h? > I don't know what our policy around this is, and maybe the backpatching hazard > isn't too bad here, but it doesn't entirely seem worth the churn. I think the entire point of that categorization is to line up with the docs, so our policy should be to fix this. regards, tom lane
Commits
-
Synchronize guc_tables.c categories with vacuum docs categories
- 2ae98ea5ab8f 18.0 landed
-
Reorder vacuum GUCs in postgresql.conf.sample to match docs
- af2317652d5d 18.0 landed
-
Consolidate docs for vacuum-related GUCs in new subsection
- ca9c6a5680d7 18.0 cited