Reorder log_autovacuum_min_duration log output.
authorPeter Geoghegan <[email protected]>
Fri, 27 Aug 2021 20:08:41 +0000 (13:08 -0700)
committerPeter Geoghegan <[email protected]>
Fri, 27 Aug 2021 20:08:41 +0000 (13:08 -0700)
commitfdfbfa24fa6ae50d9e78dd70f835146f4b40e2fb
tree0a803f1ead8880ab923cb9539d02804830d3ce72
parentde5dcb0796e281fae0ee25ea33b915240de319f6
Reorder log_autovacuum_min_duration log output.

This order seems more natural.  It starts with details that are
particular to heap and index data structures, and ends with system-level
costs incurred during the autovacuum worker's VACUUM/ANALYZE operation.

Author: Peter Geoghegan <[email protected]>
Discussion: https://postgr.es/m/CAH2-WzkzxK6ahA9xxsOftRtBX_R0swuHZsvo4QUbak1Bz7hb7Q@mail.gmail.com
Backpatch: 14-, which enhanced the log output in various ways.
src/backend/access/heap/vacuumlazy.c
src/backend/commands/analyze.c