Expose wal_fpi_bytes in EXPLAIN (WAL)

Michael Paquier <michael@paquier.xyz>

Commit: 5ab0b6a248076bf373a80bc7e83a5dfa4edf13aa
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-10-30T06:34:01Z
Expose wal_fpi_bytes in EXPLAIN (WAL)

The new wal_fpi_bytes counter calculates the total amount of full page
images inserted in WAL records, in bytes.  This commit exposes this
information in EXPLAIN (ANALYZE, WAL) alongside the existing counters,
for both the text and JSON/YAML outputs, building upon f9a09aa29520.

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

Files

PathChange+/−
doc/src/sgml/ref/explain.sgml modified +2 −1
src/backend/commands/explain.c modified +7 −1