pgsql: Reorder log_autovacuum_min_duration log output. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Reorder log_autovacuum_min_duration log output.
Date
Msg-id E1mJiA4-0006L0-Ir@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: vacuumlazy.c: Remove unnecessary parentheses.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: track_io_timing logging: Don't special case 0 ms.