Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add wal_fpi_bytes_[un]compressed to pg_stat_wal
Date: 2025-11-03 10:50:15
Message-ID: aQiI51Tclrxi3OWS@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-11-03 11:02:32 Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Previous Message Bryan Green 2025-11-03 10:45:33 Re: Avoid overflow (src/backend/utils/adt/formatting.c)