We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6304256 commit 4ec6e22Copy full SHA for 4ec6e22
src/backend/replication/logical/worker.c
@@ -4587,7 +4587,7 @@ wait_for_local_flush(RetainDeadTuplesData *rdt_data)
4587
MyLogicalRepWorker->oldest_nonremovable_xid = rdt_data->candidate_xid;
4588
SpinLockRelease(&MyLogicalRepWorker->relmutex);
4589
4590
- elog(DEBUG2, "confirmed flush up to remote lsn %X/%X: new oldest_nonremovable_xid %u",
+ elog(DEBUG2, "confirmed flush up to remote lsn %X/%08X: new oldest_nonremovable_xid %u",
4591
LSN_FORMAT_ARGS(rdt_data->remote_lsn),
4592
rdt_data->candidate_xid);
4593
0 commit comments