pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs
Date
Msg-id E1tXQwt-001MBc-5X@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add BTOPTIONS_PROC comments to nbtree.h.
Next
From: Jeff Davis
Date:
Subject: pgsql: Revert "TupleHashTable: store additional data along with tuple."