pgsql: vacuumdb: Correct comment about --force-index-cleanup.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumdb: Correct comment about --force-index-cleanup.
Date: 2021-07-20 00:07:13
Message-ID: E1m5dI1-0004io-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28766c054f8cc6a7bbcf99497954e7a259d3edb2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-07-20 00:21:02 pgsql: Doc: vacuum_multixact_failsafe_age is multixact-based.
Previous Message Thomas Munro 2021-07-19 23:20:49 pgsql: Don't use #if inside function-like macro arguments.