pgsql: Synchronize guc_tables.c categories with vacuum docs categories

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Synchronize guc_tables.c categories with vacuum docs categories
Date: 2025-01-14 20:32:24
Message-ID: E1tXnaK-001a8O-7f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Synchronize guc_tables.c categories with vacuum docs categories

ca9c6a5680d consolidated most of the vacuum-related GUCs' documentation
into a new subsection. af2317652d5daf8b then enforced this order in
postgresql.conf.sample. This commit reorganizes the GUC groups in
guc_tables.c/h to match the updated ordering in the docs.

Reported-by: Álvaro Herrera
Reviewed-by: Álvaro Herrera, Alena Rybakina
Discussion: https://postgr.es/m/202501132046.m4mcvxxswznu%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ae98ea5ab8f22ece06bb206e6a298ecc5770ed4

Modified Files
--------------
src/backend/utils/misc/guc_tables.c | 55 +++++++++++++++++++------------------
src/include/utils/guc_tables.h | 5 ++--
2 files changed, 31 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-01-14 20:35:39 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Previous Message Alena Rybakina 2025-01-14 19:29:59 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection