pgsql: Log a better message when canceling autovacuum.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Log a better message when canceling autovacuum.
Дата
Msg-id E1SuO6x-0008IW-6W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log a better message when canceling autovacuum.

The old message was at DEBUG2, so typically it didn't show up in the
log at all.  As a result, in most cases where autovacuum was canceled,
the only information that was logged was the table being vacuumed,
with no indication as to what problem caused the cancel.  Crank up
the level to LOG and add some more details to assist with debugging.

Back-patch all the way, per discussion on pgsql-hackers.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/63791569d8d7c01257e8f85fdbb918d144e54cc6

Modified Files
--------------
src/backend/storage/lmgr/proc.c |   25 +++++++++++++++++++++----
1 files changed, 21 insertions(+), 4 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Log a better message when canceling autovacuum.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Tab complete table names after ALTER TABLE x [NO] INHERIT.