Re: Why does [auto-]vacuum delay not report a wait event?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Why does [auto-]vacuum delay not report a wait event?
Дата
Msg-id CAH2-Wzm7Zx3hkNOPNsspErNObHAr-1As-s_S2ZeEnto7=Y=NTQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why does [auto-]vacuum delay not report a wait event?  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Sat, Mar 21, 2020 at 5:53 PM Andres Freund <andres@anarazel.de> wrote:
> My comment is entirely unrelated to GIN, but about the way the delay infrastructure manages state (in global vars).

The fact that ginInsertCleanup() uses "stats != NULL" to indicate
whether it is being called from within VACUUM or not is surely
relevant, or at least relevant to the issue that Mahendra just
reported. shiftList() relies on this directly already.

-- 
Peter Geoghegan



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Why does [auto-]vacuum delay not report a wait event?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Additional size of hash table is alway zero for hash aggregates