Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7be4ba4

Browse files
Remove obsolete comment in reorderbuffer.h.
Commit 9fab40a 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
1 parent 4681ad4 commit 7be4ba4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/include/replication/reorderbuffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,9 @@ typedef struct ReorderBufferTXN
394394
SharedInvalidationMessage *invalidations;
395395

396396
/* ---
397-
* Position in one of three lists:
397+
* Position in one of two lists:
398398
* * list of subtransactions if we are *known* to be subxact
399399
* * list of toplevel xacts (can be an as-yet unknown subxact)
400-
* * list of preallocated ReorderBufferTXNs (if unused)
401400
* ---
402401
*/
403402
dlist_node node;

0 commit comments

Comments
 (0)