forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb77752
committed
Add WAL usage reporting to ANALYZE VERBOSE output.
This change adds WAL usage reporting to the output of ANALYZE VERBOSEand autoanalyze reports. It aligns the analyze output with VACUUM,providing consistency. Additionally, it aids in troubleshooting caseswhere WAL records are generated during analyze operations.Author: Anthonin BonnefoyReviewed-by: Masahiko SawadaDiscussion:https://postgr.es/m/CAO6_Xqr__kTTCLkftqS0qSCm-J7_xbRG3Ge2rWhucxQJMJhcRA%40mail.gmail.com1 parentde239d0 commitbb77752
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
| 308 | + | |
308 | 309 |
| |
309 | 310 |
| |
310 | 311 |
| |
| |||
740 | 741 |
| |
741 | 742 |
| |
742 | 743 |
| |
| 744 | + | |
743 | 745 |
| |
744 | 746 |
| |
745 | 747 |
| |
| |||
750 | 752 |
| |
751 | 753 |
| |
752 | 754 |
| |
| 755 | + | |
| 756 | + | |
753 | 757 |
| |
754 | 758 |
| |
755 | 759 |
| |
| |||
818 | 822 |
| |
819 | 823 |
| |
820 | 824 |
| |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
821 | 830 |
| |
822 | 831 |
| |
823 | 832 |
| |
|
0 commit comments
Comments
(0)