Reorder log_autovacuum_min_duration log output.
authorPeter Geoghegan <pg@bowt.ie>
Fri, 27 Aug 2021 20:08:39 +0000 (13:08 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Fri, 27 Aug 2021 20:08:39 +0000 (13:08 -0700)
commitfd134f374ef7a8cc0b2d878a92dfe2c7088e084b
tree44927b96eecac71bd0baeea0fbe855d5b33fd884
parent3068e45799327298a3f4c22b03db2aa48e2ab0da
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 <pg@bowt.ie>
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