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 <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Discusssion: https://postgr.es/m/caozeurqtzeafg6p0ku3wa-f9bwqoi0rzjempn56wntomjlm...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5ab0b6a248076bf373a80bc7e83a5dfa4edf13aa Modified Files -------------- doc/src/sgml/ref/explain.sgml | 3 ++- src/backend/commands/explain.c | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-)
