summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMelanie Plageman2025-01-14 20:30:13 +0000
committerMelanie Plageman2025-01-14 20:31:00 +0000
commit2ae98ea5ab8f22ece06bb206e6a298ecc5770ed4 (patch)
tree2c960024a1b296cbe262fcc1f57a27eba773d816 /src/include
parent00f4c2959d631c7851da21a512885d1deab28649 (diff)
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/guc_tables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index 65a46b8565c..3f18ff451ef 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -63,7 +63,6 @@ enum config_group
RESOURCES_MEM,
RESOURCES_DISK,
RESOURCES_KERNEL,
- RESOURCES_VACUUM_DELAY,
RESOURCES_BGWRITER,
RESOURCES_ASYNCHRONOUS,
WAL_SETTINGS,
@@ -87,7 +86,9 @@ enum config_group
PROCESS_TITLE,
STATS_MONITORING,
STATS_CUMULATIVE,
- AUTOVACUUM,
+ VACUUM_AUTOVACUUM,
+ VACUUM_COST_DELAY,
+ VACUUM_FREEZING,
CLIENT_CONN_STATEMENT,
CLIENT_CONN_LOCALE,
CLIENT_CONN_PRELOAD,