pgsql: Add wal_fpi_bytes to VACUUM and ANALYZE logs - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add wal_fpi_bytes to VACUUM and ANALYZE logs
Date
Msg-id E1vFs8H-004oxO-2h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add wal_fpi_bytes to VACUUM and ANALYZE logs

The new wal_fpi_bytes counter calculates the total amount of full page
images inserted in WAL records, in bytes.  This commit adds this
information to VACUUM and ANALYZE logs alongside the existing counters,
building upon f9a09aa29520.

Author: Shinya Kato <shinya11.kato@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aQMMSSlFXy4Evxn3@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 3 ++-
src/backend/commands/analyze.c       | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Sort guc_parameters.dat alphabetically by name
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Remove WaitPMResult enum in pg_createsubscriber