Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/vacuumlazy.c | modified | +2 −1 |
| src/backend/commands/analyze.c | modified | +2 −1 |
Discussion
- Add wal_fpi_bytes_[un]compressed to pg_stat_wal 9 messages · 2025-10-22 → 2025-11-03