vacuumdb: Correct comment about --force-index-cleanup.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 20 Jul 2021 00:06:48 +0000 (17:06 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 20 Jul 2021 00:06:48 +0000 (17:06 -0700)
commit28766c054f8cc6a7bbcf99497954e7a259d3edb2
tree75351f794c38a7f059e4d97390c0152e0638b472
parent0c08856856f54056ce8db116e9d254fda114c383
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.
src/bin/scripts/vacuumdb.c