forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c1b4cd
committed
Add resource statistics reporting to ANALYZE VERBOSE.
Previously, log_autovacuum_min_duration utilized dedicated code forlogging resource statistics, such as system and buffer usage duringautoanalyze. However, this logging functionality was not utilized byANALYZE VERBOSE.This commit adds resource statistics reporting to ANALYZE VERBOSE byreusing the same logging code as autoanalyze.Author: Anthonin BonnefoyReviewed-by: Masahiko SawadaDiscussion:https://postgr.es/m/CAO6_Xqr__kTTCLkftqS0qSCm-J7_xbRG3Ge2rWhucxQJMJhcRA%40mail.gmail.com1 parentc584781 commit4c1b4cd
1 file changed
+22
-7
lines changedLines changed: 22 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
292 | 294 |
| |
293 | 295 |
| |
294 | 296 |
| |
| |||
308 | 310 |
| |
309 | 311 |
| |
310 | 312 |
| |
| 313 | + | |
| 314 | + | |
| 315 | + | |
311 | 316 |
| |
312 | 317 |
| |
313 | 318 |
| |
| |||
339 | 344 |
| |
340 | 345 |
| |
341 | 346 |
| |
342 |
| - | |
343 |
| - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
344 | 352 |
| |
345 | 353 |
| |
346 | 354 |
| |
| |||
723 | 731 |
| |
724 | 732 |
| |
725 | 733 |
| |
726 |
| - | |
| 734 | + | |
727 | 735 |
| |
728 | 736 |
| |
729 | 737 |
| |
730 |
| - | |
| 738 | + | |
731 | 739 |
| |
732 | 740 |
| |
733 | 741 |
| |
734 | 742 |
| |
735 | 743 |
| |
736 | 744 |
| |
| 745 | + | |
737 | 746 |
| |
738 | 747 |
| |
739 | 748 |
| |
| |||
785 | 794 |
| |
786 | 795 |
| |
787 | 796 |
| |
788 |
| - | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
789 | 804 |
| |
790 | 805 |
| |
791 | 806 |
| |
| |||
805 | 820 |
| |
806 | 821 |
| |
807 | 822 |
| |
808 |
| - | |
| 823 | + | |
809 | 824 |
| |
810 | 825 |
| |
811 | 826 |
| |
|
0 commit comments
Comments
(0)