Thread: pgsql: VACUUM VERBOSE: Don't report "pages removed".

pgsql: VACUUM VERBOSE: Don't report "pages removed".

From
Peter Geoghegan
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b175b9cde720a81852b70c0c7fbc18c72ff1acc6

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 36 +++++++++++++++++-------------------
1 file changed, 17 insertions(+), 19 deletions(-)