diff options
Diffstat (limited to 'src/include/replication/reorderbuffer.h')
-rw-r--r-- | src/include/replication/reorderbuffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h index 019bd382de9..1055e99e2e1 100644 --- a/src/include/replication/reorderbuffer.h +++ b/src/include/replication/reorderbuffer.h @@ -220,6 +220,9 @@ typedef struct ReorderBufferTXN */ XLogRecPtr end_lsn; + /* Toplevel transaction for this subxact (NULL for top-level). */ + struct ReorderBufferTXN *toptxn; + /* * LSN of the last lsn at which snapshot information reside, so we can * restart decoding from there and fully recover this transaction from |