Обсуждение: pgsql: Add wal_fpi_bytes to VACUUM and ANALYZE logs

Поиск
Список
Период
Сортировка

pgsql: Add wal_fpi_bytes to VACUUM and ANALYZE logs

От
Michael Paquier
Дата:
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.kato@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.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(-)