pgsql: Synchronize guc_tables.c categories with vacuum docs categories - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Synchronize guc_tables.c categories with vacuum docs categories
Date
Msg-id E1tXnaK-001a8O-7f@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix catcache invalidation of a list entry that's being built
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c