VACUUM VERBOSE: Don't report "pages removed".
authorPeter Geoghegan <pg@bowt.ie>
Wed, 1 Sep 2021 03:37:18 +0000 (20:37 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 1 Sep 2021 03:37:18 +0000 (20:37 -0700)
commitb175b9cde720a81852b70c0c7fbc18c72ff1acc6
treeb9677b109004408ebaff5f4adb8ede2eb9b5787d
parentc4f7a6b87ff350200f4b3afb9fe05e2899161070
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