Add wal_fpi_bytes to VACUUM and ANALYZE logs

Michael Paquier <michael@paquier.xyz>

Commit: ad25744f436ed7809fc754e1a44630b087812fbc
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-11-03T10:42:03Z
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

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +2 −1
src/backend/commands/analyze.c modified +2 −1

Discussion