Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal
Date
Msg-id aQiI51Tclrxi3OWS@paquier.xyz
Whole thread Raw
In response to Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal  (Shinya Kato <shinya11.kato@gmail.com>)
List pgsql-hackers
On Fri, Oct 31, 2025 at 11:15:03AM +0900, Shinya Kato wrote:
> You're right, I missed them. I have created a patch that addresses the
> above. Similar to EXPLAIN, I wanted to use 'fpi' and 'fpi bytes', but
> the VACUUM/ANALYZE logs showed 'full pages images', so I used 'full
> page image bytes'.

I am cool with "full page image bytes".  Applied.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bryan Green
Date:
Subject: Re: Avoid overflow (src/backend/utils/adt/formatting.c)
Next
From: Heikki Linnakangas
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue