Re: Remove obsolete comment in reorderbuffer.h - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Remove obsolete comment in reorderbuffer.h
Date
Msg-id CAA4eK1L3fDmMEXZOzjQCmYWLa=sPjdC7wZ5E1BkGLpUNw0yQwA@mail.gmail.com
Whole thread Raw
Responses Re: Remove obsolete comment in reorderbuffer.h
List pgsql-hackers
On Sat, Oct 12, 2024 at 5:42 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> I realized an obsolete comment in the definition of ReorderBufferTXN.
>
> Commit 9fab40ad32e changed ReorderBuffer to use Slab Context for
> allocating ReorderBufferTXN entries instead of using a caching
> mechanism, so the txn->node is no longer used as an element of the
> list of preallocated ReorderBufferTXNs.
>

I agree, and your patch looks good to me.

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR)
Next
From: Amit Kapila
Date:
Subject: Re: Enhance create subscription reference manual