pgsql: Reorder log_autovacuum_min_duration log output.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder log_autovacuum_min_duration log output.
Date: 2021-08-27 20:09:12
Message-ID: E1mJiA4-0006L0-Ir@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bowt(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-08-27 20:35:12 pgsql: track_io_timing logging: Don't special case 0 ms.
Previous Message Peter Geoghegan 2021-08-27 16:48:13 pgsql: vacuumlazy.c: Remove unnecessary parentheses.