Re: Fix comments atop ReorderBufferAddInvalidations - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix comments atop ReorderBufferAddInvalidations
Date
Msg-id CAA4eK1L0Ndb8=jCLNk1H=SW5GDHGB97UgyxjroJNpku-AdsfHw@mail.gmail.com
Whole thread Raw
In response to Re: Fix comments atop ReorderBufferAddInvalidations  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Fri, Nov 4, 2022 at 11:14 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> On Thu, Nov 3, 2022 at 7:53 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
> >
> > The comments atop seem to indicate that we always accumulate
> > invalidation messages in top-level transactions which is neither
> > required nor match with the code. This is introduced in the commit
> > c55040ccd0 and I have observed it while working on a fix for commit
> > 16b1fe0037.
>
> Thank you for the patch. It looks good to me.
>
> I think we can backpatch it to avoid confusion in future.
>

Pushed.

-- 
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ExecRTCheckPerms() and many prunable partitions
Next
From: Tomas Vondra
Date:
Subject: Re: Crash in BRIN minmax-multi indexes