VACUUM VERBOSE: Don't report "pages removed".
authorPeter Geoghegan <pg@bowt.ie>
Wed, 1 Sep 2021 03:37:17 +0000 (20:37 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 1 Sep 2021 03:37:17 +0000 (20:37 -0700)
commit0d892cf73a13b3a32af438a059a168e711aa0a7f
treeeeecc17c9d9a6c12fef57313845635bb32b64d1c
parent4d1816ec26e877297608a850736afed962527d70
VACUUM VERBOSE: Don't report "pages removed".

It doesn't make any sense to report this information, since VACUUM
VERBOSE reports on heap relation truncation directly.  This was an
oversight in commit 7ab96cf6, which made VACUUM VERBOSE output a little
more consistent with nearby autovacuum-specific log output.  Adjust
comments that describe how this is supposed to work in passing.

Also bring truncation-related VACUUM VERBOSE output in line with the
convention established for VACUUM VERBOSE output by commit f4f4a649.

Author: Peter Geoghegan <pg@bowt.ie>
Backpatch: 14-, where VACUUM VERBOSE's output changed.
src/backend/access/heap/vacuumlazy.c