Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fa210c7

Browse files
committed
include local xid in logical apply traces
1 parent b137dbf commit fa210c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pglogical_apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ process_remote_commit(StringInfo in, GlobalTransactionId *current_gtid, MtmRecei
10001000

10011001
/* PREPARE itself */
10021002
res = PrepareTransactionBlock(gid);
1003-
mtm_log(MtmTxFinish, "TXFINISH: %s prepared", gid);
1003+
mtm_log(MtmTxFinish, "TXFINISH: %s prepared (local_xid="XID_FMT")", gid, xid);
10041004

10051005
CommitTransactionCommand();
10061006

0 commit comments

Comments
 (0)