Content-Length: 258945 | pFad | https://github.com/postgrespro/postgres_cluster/commit/cee31f5fee950fed4159a4e093dab60b70ef215a

B7 Use proper format specifier %X/%X for LSN. · postgrespro/postgres_cluster@cee31f5 · GitHub
Skip to content

Commit cee31f5

Browse files
committed
Use proper format specifier %X/%X for LSN.
1 parent 3a3b309 commit cee31f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/syncrep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ SyncRepReleaseWaiters(void)
482482

483483
LWLockRelease(SyncRepLock);
484484

485-
elog(DEBUG3, "released %d procs up to write %X/%X, %d procs up to flush %X/%X, %d procs up to apply %X/%x",
485+
elog(DEBUG3, "released %d procs up to write %X/%X, %d procs up to flush %X/%X, %d procs up to apply %X/%X",
486486
numwrite, (uint32) (MyWalSnd->write >> 32), (uint32) MyWalSnd->write,
487487
numflush, (uint32) (MyWalSnd->flush >> 32), (uint32) MyWalSnd->flush,
488488
numapply, (uint32) (MyWalSnd->apply >> 32), (uint32) MyWalSnd->apply);

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/postgrespro/postgres_cluster/commit/cee31f5fee950fed4159a4e093dab60b70ef215a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy