Remove obsolete comment in reorderbuffer.h

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove obsolete comment in reorderbuffer.h
Date: 2024-10-12 00:11:47
Message-ID: CAD21AoB1CTnX66Ji3zTCnjoPVC9OzYe0B6LygUHcxEB2RV-hFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 ReorderBufferTXNs.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-Remove-obsolete-comment-in-reorderbuffer.h.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2024-10-12 00:43:04 Re: Missing deconstruct_array_builtin usage
Previous Message Masahiko Sawada 2024-10-11 23:48:26 Re: Add contrib/pg_logicalsnapinspect