Skip to content

Commit 4ec6e22

Browse files
committed
Fix LSN format in debug message
Commit 2633dae standardized all existing messages to use `%X/%08X` for LSNs, but this one crept back in after the commit.
1 parent 6304256 commit 4ec6e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4587,7 +4587,7 @@ wait_for_local_flush(RetainDeadTuplesData *rdt_data)
45874587
MyLogicalRepWorker->oldest_nonremovable_xid = rdt_data->candidate_xid;
45884588
SpinLockRelease(&MyLogicalRepWorker->relmutex);
45894589

4590-
elog(DEBUG2, "confirmed flush up to remote lsn %X/%X: new oldest_nonremovable_xid %u",
4590+
elog(DEBUG2, "confirmed flush up to remote lsn %X/%08X: new oldest_nonremovable_xid %u",
45914591
LSN_FORMAT_ARGS(rdt_data->remote_lsn),
45924592
rdt_data->candidate_xid);
45934593

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy