Re: Remove obsolete comment in reorderbuffer.h

2024-10-14 Thread Masahiko Sawada
On Sun, Oct 13, 2024 at 8:57 PM Amit Kapila wrote: > > On Sat, Oct 12, 2024 at 5:42 AM Masahiko Sawada wrote: > > > > I realized an obsolete comment in the definition of ReorderBufferTXN. > > > > Commit 9fab40ad32e changed ReorderBuffer to use Slab Context for > > allocating ReorderBufferTXN entr

Re: Remove obsolete comment in reorderbuffer.h

2024-10-13 Thread Amit Kapila
On Sat, Oct 12, 2024 at 5:42 AM Masahiko Sawada 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

Remove obsolete comment in reorderbuffer.h

2024-10-11 Thread Masahiko Sawada
Hi, 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 Reorder