pgsql: Instrument freezing in autovacuum log reports. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Instrument freezing in autovacuum log reports.
Date
Msg-id E1oWLMj-0021ug-2a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: doc: clarify recursion internal behavior
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Choose FK name correctly during partition attachment