pgsql: vacuumdb: Correct comment about --force-index-cleanup. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumdb: Correct comment about --force-index-cleanup.
Date
Msg-id E1m5dI1-0004ip-Gr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
vacuumdb: Correct comment about --force-index-cleanup.

Commit 3499df0d added a comment that incorrectly suggested that
--force-index-cleanup did not appear in the same major version as the
similar --no-index-cleanup option.  In fact, both options are new to
PostgreSQL 14.

Backpatch: 14-, where both options were introduced.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a3d41a26fbb00c67b1ac00306b21ab83f171e08

Modified Files
--------------
src/bin/scripts/vacuumdb.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Don't use #if inside function-like macro arguments.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based.