]> git.ipfire.org Git - thirdparty/postgresql.git/commit
vacuumdb: Correct comment about --force-index-cleanup.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 20 Jul 2021 00:06:47 +0000 (17:06 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 20 Jul 2021 00:06:47 +0000 (17:06 -0700)
commit9a3d41a26fbb00c67b1ac00306b21ab83f171e08
tree8f97a8f6a7233031cb70bd9b0ba1ff2c59b71d47
parent1e8751380836056fdf546433dcf0328bc18c9313
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