track_io_timing logging: Don't special case 0 ms.
authorPeter Geoghegan <pg@bowt.ie>
Fri, 27 Aug 2021 20:34:00 +0000 (13:34 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Fri, 27 Aug 2021 20:34:00 +0000 (13:34 -0700)
commitbda822554b96c6564911df95fcb898d6c30efe46
tree9d0ad78ed7da40ddb0d428794b795586aa35b967
parentfdfbfa24fa6ae50d9e78dd70f835146f4b40e2fb
track_io_timing logging: Don't special case 0 ms.

Adjust track_io_timing related logging code added by commit 94d13d474d.
Make it consistent with other nearby autovacuum and autoanalyze logging
code 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 is
enabled).

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: Stephen Frost <sfrost@snowman.net>
Discussion: https://postgr.es/m/CAH2-WznW0FNxSVQMSRazAMYNfZ6DR_gr5WE78hc6E1CBkkJpzw@mail.gmail.com
Backpatch: 14-, where the track_io_timing logging was introduced.
src/backend/access/heap/vacuumlazy.c
src/backend/commands/analyze.c