vacuumdb: Fix comment for vacuum_one_database().
authorNathan Bossart <nathan@postgresql.org>
Fri, 17 Jan 2025 21:23:14 +0000 (15:23 -0600)
committerNathan Bossart <nathan@postgresql.org>
Fri, 17 Jan 2025 21:23:14 +0000 (15:23 -0600)
commit6a9b2a631aa3dbac5b351cd0c45631cbc6e8d19e
treea1feb6fdcdc4bb9ce7eba827c0d16a8afa4c8f8f
parent86e4efc52b664b60f9494e062bbf0454cabcb61f
vacuumdb: Fix comment for vacuum_one_database().

Since commit e0c2933a76, vacuum_one_database() always uses a
catalog query to discover the tables to process, but this comment
still notes the special case for which we used a catalog query
before that commit.  Let's just remove that note.

Also, commit 7781f4e3e7 renamed the "tables" parameter to "objects"
but missed updating this comment.  This commit fixes that as well.
src/bin/scripts/vacuumdb.c