pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs
Date: 2025-01-13 20:22:11
Message-ID: E1tXQwt-001MBc-5X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reorder vacuum GUCs in postgresql.conf.sample to match docs

ca9c6a5680d consolidated most of vacuum-related GUCs' documentation into
a new subsection. It neglected, however, to reorganize
postgresql.conf.sample to match the new order. Do this now.

Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/202501110902.5banlseavz7c%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af2317652d5daf8b382cc65936731c4a3c0aaa4c

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 34 +++++++++++++++------------
1 file changed, 19 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2025-01-13 20:46:40 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Previous Message Peter Geoghegan 2025-01-13 20:03:01 pgsql: Add BTOPTIONS_PROC comments to nbtree.h.