Failed to request an autovacuum work-item in silence

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Failed to request an autovacuum work-item in silence
Дата
Msg-id CAD21AoB1HrQhp6_4rTyHN5kWEJCEsG8YzsjZNt-ctoXSn5Uisw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Failed to request an autovacuum work-item in silence
Re: Failed to request an autovacuum work-item in silence
Re: Failed to request an autovacuum work-item in silence
Список pgsql-hackers
Hi all,

While reading the code, I realized that the requesting an autovacuum
work-item could fail in silence if work-item array is full. So the
users cannot realize that work-item is never performed.
AutoVacuumRequestWork() seems to behave so from the initial
implementation but is there any reason of such behavior? It seems to
me that it can be a problem even now that there is only one kind of
work-item. Attached patch for fixing it.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Query related to alter table ... attach partition
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Query related to alter table ... attach partition