pgsql: Add WAL usage reporting to ANALYZE VERBOSE output. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: Add WAL usage reporting to ANALYZE VERBOSE output.
Date
Msg-id E1snmN2-000MHu-EI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add WAL usage reporting to ANALYZE VERBOSE output.

This change adds WAL usage reporting to the output of ANALYZE VERBOSE
and autoanalyze reports. It aligns the analyze output with VACUUM,
providing consistency. Additionally, it aids in troubleshooting cases
where WAL records are generated during analyze operations.

Author: Anthonin Bonnefoy
Reviewed-by: Masahiko Sawada
Discussion: https://postgr.es/m/CAO6_Xqr__kTTCLkftqS0qSCm-J7_xbRG3Ge2rWhucxQJMJhcRA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb7775234273268e8852068ee1a2eff9cd2a0020

Modified Files
--------------
src/backend/commands/analyze.c | 9 +++++++++
1 file changed, 9 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Consistently use PageGetExactFreeSpace() in pgstattuple.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI