| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add wal_fpi_bytes to VACUUM and ANALYZE logs |
| Date: | 2025-11-03 10:49:53 |
| Message-ID: | E1vFs8H-004oxO-2h@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)kato(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2025-11-03 12:02:10 | pgsql: Remove WaitPMResult enum in pg_createsubscriber |
| Previous Message | Peter Eisentraut | 2025-11-03 09:25:29 | pgsql: Sort guc_parameters.dat alphabetically by name |