pgsql: Reorder log_autovacuum_min_duration log output.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Reorder log_autovacuum_min_duration log output.
Дата
Msg-id E1mJiA4-0006L1-JD@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: vacuumlazy.c: Remove unnecessary parentheses.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: track_io_timing logging: Don't special case 0 ms.