Thread: pgsql: Add WAL usage reporting to ANALYZE VERBOSE output.

pgsql: Add WAL usage reporting to ANALYZE VERBOSE output.

From
Masahiko Sawada
Date:
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(+)