aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/replication/reorderbuffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h
index e332635f70b..6ad5a8cb9c5 100644
--- a/src/include/replication/reorderbuffer.h
+++ b/src/include/replication/reorderbuffer.h
@@ -394,10 +394,9 @@ typedef struct ReorderBufferTXN
SharedInvalidationMessage *invalidations;
/* ---
- * Position in one of three lists:
+ * Position in one of two lists:
* * list of subtransactions if we are *known* to be subxact
* * list of toplevel xacts (can be an as-yet unknown subxact)
- * * list of preallocated ReorderBufferTXNs (if unused)
* ---
*/
dlist_node node;