forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbda8225
committed
track_io_timing logging: Don't special case 0 ms.
Adjust track_io_timing related logging code added by commit94d13d4.Make it consistent with other nearby autovacuum and autoanalyze loggingcode by removing logic that suppressed zero millisecond outputs.log_autovacuum_min_duration log output now reliably shows "read:" and"write:" millisecond-based values in its report (when track_io_timing isenabled).Author: Peter Geoghegan <pg@bowt.ie>Reviewed-By: Stephen Frost <sfrost@snowman.net>Discussion:https://postgr.es/m/CAH2-WznW0FNxSVQMSRazAMYNfZ6DR_gr5WE78hc6E1CBkkJpzw@mail.gmail.comBackpatch: 14-, where the track_io_timing logging was introduced.1 parentfdfbfa2 commitbda8225
2 files changed
+10
-20
lines changedLines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
840 | 840 |
| |
841 | 841 |
| |
842 | 842 |
| |
843 |
| - | |
844 |
| - | |
845 |
| - | |
846 |
| - | |
847 |
| - | |
848 |
| - | |
849 |
| - | |
850 |
| - | |
851 |
| - | |
852 |
| - | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
853 | 848 |
| |
854 | 849 |
| |
855 | 850 |
| |
|
Lines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
792 | 787 |
| |
793 | 788 |
| |
794 | 789 |
| |
|
0 commit comments
Comments
(0)