Re: cache invalidation skip logic - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: cache invalidation skip logic
Date
Msg-id CAJjS0u2uopryF-YmMqkuFvc84LzFQ1LwFiQfZCpotKWFwJPE+A@mail.gmail.com
Whole thread Raw
In response to Re: cache invalidation skip logic  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Sun, Aug 9, 2015 at 8:24 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>
> In step 1, AcceptInvalidationMessages() should process all pending
> invalidation messages.  So if step 2 did AcceptInvalidationMessages()
> again it would be a no-op, because no messages should remain at that
> point.
>

That's what I think at first. I would try to see if I can manually repro a case.

Thanks,
Qingqing



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: WIP: Rework access method interface
Next
From: Petr Jelinek
Date:
Subject: Re: WIP: Rework access method interface