Reorder log_autovacuum_min_duration log output.

Peter Geoghegan <pg@bowt.ie>

Commit: fdfbfa24fa6ae50d9e78dd70f835146f4b40e2fb
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-08-27T20:08:41Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +16 −17
src/backend/commands/analyze.c modified +6 −6

Discussion