]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add wal_fpi_bytes to VACUUM and ANALYZE logs
authorMichael Paquier <michael@paquier.xyz>
Mon, 3 Nov 2025 10:42:03 +0000 (19:42 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 3 Nov 2025 10:42:03 +0000 (19:42 +0900)
commitad25744f436ed7809fc754e1a44630b087812fbc
tree9ba1920a0b18af1de21061edbbfcc4138712d22f
parentfce7c73fba4e5e3014c27b8980aa07511d6e0f85
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
src/backend/access/heap/vacuumlazy.c
src/backend/commands/analyze.c