pgsql: doc: Add secondary index entries for vacuum-related parameters.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add secondary index entries for vacuum-related parameters.
Date: 2025-06-25 00:00:59
Message-ID: E1uUDZT-003CYK-0x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add secondary index entries for vacuum-related parameters.

For parameters that exist as both configuration and storage options,
the documentation typically includes secondary index entries to
help users distinguish and locate the relevant references easily.

However, such index entries were missing for vacuum_truncate and
vacuum_max_eager_freeze_failure_rate, both introduced in v18.

This commit adds appropriate secondary index terms for these parameters
to ensure consistency with other parameters and improve usability of
the documentation index.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/e95c899a-2aeb-45b7-8fd3-7a27dcdb475b@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84c4e10e130f411a89a2f9fd9184075ef02b0eaf

Modified Files
--------------
doc/src/sgml/config.sgml | 6 ++++--
doc/src/sgml/ref/create_table.sgml | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-06-25 00:02:19 pgsql: doc: Mention ANALYZE VERBOSE in track_cost_delay_timing descript
Previous Message Tomas Vondra 2025-06-24 20:32:25 Re: pgsql: Introduce pg_shmem_allocations_numa view