Instrument freezing in autovacuum log reports.

Peter Geoghegan <pg@bowt.ie>

Commit: d977ffd923d207164eef78ed107d5293aee6c660
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2022-09-08T17:29:39Z
Releases: 16.0
Instrument freezing in autovacuum log reports.

Add a new line to log reports from autovacuum (as well as VACUUM VERBOSE
output) that shows information about freezing.  Emphasis is placed on
the total number of heap pages that had one or more tuples frozen by
VACUUM.  The total number of tuples frozen is also shown.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: Jeff Janes <jeff.janes@gmail.com>
Discussion: https://postgr.es/m/CAH2-WznTY6D0zyE8VLrC6Gd4kh_HGAXxnTPtcOQOOsxzLx9zog@mail.gmail.com

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +20 −7

Discussion