From: | Masahiko Sawada <msawada(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove obsolete comment in reorderbuffer.h. |
Date: | 2024-10-14 16:53:44 |
Message-ID: | E1t0OKG-000okl-TC@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove obsolete comment in reorderbuffer.h.
Commit 9fab40ad32e changed ReorderBuffer to use Slab Context for
allocating ReorderBufferTXN entries instead of using a caching
mechanism. The txn->node is no longer used as an element of the list
of preallocated ReorderBufferTXNs.
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAD21AoB1CTnX66Ji3zTCnjoPVC9OzYe0B6LygUHcxEB2RV-hFw%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/7be4ba4a9d560bc6dfb19749ad58cfc1a04d3a7c
Modified Files
--------------
src/include/replication/reorderbuffer.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-10-14 17:55:19 | pgsql: ecpg: major cleanup, simplification, and documentation of parse. |
Previous Message | Masahiko Sawada | 2024-10-14 16:50:54 | pgsql: Use construct_array_builtin for FLOAT8OID instead of construct_a |