Re: Autovacuum cancellation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovacuum cancellation
Дата
Msg-id 10623.1193403587@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Autovacuum cancellation  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Autovacuum cancellation  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> I assume the right thing happens if multiple deadlock check signals fire for
> the same autovacuum?

Multiple signals shouldn't be a problem, but late-arriving ones could be.
It might be worth having autovac explicitly clear QueryCancelPending
after it's finished a table, so that a SIGINT sent because of activity
on one table couldn't force cancellation of vacuum on the next one.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum cancellation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: fix ZIC dependency on postgres.h