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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: VACUUM VERBOSE: Don't report "pages removed".
Date: 2021-09-01 03:39:08
Message-ID: E1mLH5g-0008BG-7r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)bowt(dot)ie>
Backpatch: 14-, where VACUUM VERBOSE's output changed.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0d892cf73a13b3a32af438a059a168e711aa0a7f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-09-01 04:59:33 pgsql: Fix the random test failure in 001_rep_changes.
Previous Message Michael Paquier 2021-09-01 02:49:13 pgsql: Refactor one conversion of SQLSTATE to string in elog.c