diff options
Diffstat (limited to 'src/backend/replication/logical/decode.c')
-rw-r--r-- | src/backend/replication/logical/decode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/replication/logical/decode.c b/src/backend/replication/logical/decode.c index c5c6a2ba689..1667d720b11 100644 --- a/src/backend/replication/logical/decode.c +++ b/src/backend/replication/logical/decode.c @@ -628,7 +628,8 @@ DecodeCommit(LogicalDecodingContext *ctx, XLogRecordBuffer *buf, } SnapBuildCommitTxn(ctx->snapshot_builder, buf->origptr, xid, - parsed->nsubxacts, parsed->subxacts); + parsed->nsubxacts, parsed->subxacts, + parsed->xinfo); /* ---- * Check whether we are interested in this specific transaction, and tell |