Remove obsolete comment in reorderbuffer.h.

Masahiko Sawada <msawada@postgresql.org>

Commit: 7be4ba4a9d560bc6dfb19749ad58cfc1a04d3a7c
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2024-10-14T16:53:05Z
Releases: 18.0
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

Files

PathChange+/−
src/include/replication/reorderbuffer.h modified +1 −2

Discussion