Re: Vacuum cancels autovacuum error message confusing?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum cancels autovacuum error message confusing?
Дата
Msg-id 10383.1271812389@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum cancels autovacuum error message confusing?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> vacuum...ERROR:  canceling autovacuum task
> CONTEXT:  automatic analyze of table "bench.public.pgbench_accounts"
> ERROR:  canceling autovacuum task
> CONTEXT:  automatic analyze of table "bench.public.pgbench_accounts"
> done.

> What happened above is that the build of the new pgbench database
> triggered an autovacuum, and then pgbench called a manual vacuum,
> cancelling the autovacuum.

> However, the error message which autovacuum gives does not indicate that
> it was superceded by a manual vacuum, which could confuse users and make
> them think there's some kind of actual vacuum failure.  Is it worth
> fixing the error message?

What's to fix?  The autovacuum was in fact canceled.  What would you
propose doing differently?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Move tablespace
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [DOCS] Streaming replication document improvements