diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/replication/reorderbuffer.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h index 4f6c65d6f40..626ecf4dc96 100644 --- a/src/include/replication/reorderbuffer.h +++ b/src/include/replication/reorderbuffer.h @@ -207,9 +207,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; |