Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Melanie Plageman <melanieplageman@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-12T19:07:21Z
Lists: pgsql-hackers
> On 11 Jan 2025, at 10:02, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > > On 2025-Jan-10, Melanie Plageman wrote: > >> Consolidate docs for vacuum-related GUCs in new subsection > > Hmm, doesn't this need a corresponding rearrangement of the > postgresql.conf.sample file That's a good point. > 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. -- Daniel Gustafsson
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