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

From Peter Geoghegan
Subject Re: Why does [auto-]vacuum delay not report a wait event?
Date
Msg-id CAH2-Wzm7Zx3hkNOPNsspErNObHAr-1As-s_S2ZeEnto7=Y=NTQ@mail.gmail.com
Whole thread Raw
In response to Re: Why does [auto-]vacuum delay not report a wait event?  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: Why does [auto-]vacuum delay not report a wait event?
Next
From: Andres Freund
Date:
Subject: Re: Additional size of hash table is alway zero for hash aggregates