Content-Length: 260050 | pFad | http://github.com/postgrespro/postgres_cluster/commit/ead9963c471ccde50ff220e8294ea11a57eee91c

8B Use proper format specifier %X/%X for LSN, again. · postgrespro/postgres_cluster@ead9963 · GitHub
Skip to content

Commit ead9963

Browse files
committed
Use proper format specifier %X/%X for LSN, again.
Commit cee31f5 fixed this problem, but commit 989be08 accidentally reverted the fix. Thomas Munro
1 parent cac0e36 commit ead9963

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
@@ -474,7 +474,7 @@ SyncRepReleaseWaiters(void)
474474

475475
LWLockRelease(SyncRepLock);
476476

477-
elog(DEBUG3, "released %d procs up to write %X/%X, %d procs up to flush %X/%X, %d procs up to apply %X/%x",
477+
elog(DEBUG3, "released %d procs up to write %X/%X, %d procs up to flush %X/%X, %d procs up to apply %X/%X",
478478
numwrite, (uint32) (writePtr >> 32), (uint32) writePtr,
479479
numflush, (uint32) (flushPtr >> 32), (uint32) flushPtr,
480480
numapply, (uint32) (applyPtr >> 32), (uint32) applyPtr);

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: http://github.com/postgrespro/postgres_cluster/commit/ead9963c471ccde50ff220e8294ea11a57eee91c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy