aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/replication/reorderbuffer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h
index 4c06a78c11f..49df12a64f4 100644
--- a/src/include/replication/reorderbuffer.h
+++ b/src/include/replication/reorderbuffer.h
@@ -179,9 +179,10 @@ typedef struct ReorderBufferTXN
* * prepared transaction commit
* * plain abort record
* * prepared transaction abort
- * * error during decoding
- * * for a crashed transaction, the LSN of the last change, regardless of
- * what it was.
+ *
+ * This can also become set to earlier values than transaction end when
+ * a transaction is spilled to disk; specifically it's set to the LSN of
+ * the latest change written to disk so far.
* ----
*/
XLogRecPtr final_lsn;