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_r0swuhzsvo4qubak1bz7h...@mail.gmail.com
Backpatch: 14-, which enhanced the log output in various ways.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fd134f374ef7a8cc0b2d878a92dfe2c7088e084b

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 33 ++++++++++++++++-----------------
src/backend/commands/analyze.c       | 12 ++++++------
2 files changed, 22 insertions(+), 23 deletions(-)

Reply via email to