Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitead9963

Browse files
committed
Use proper format specifier %X/%X for LSN, again.
Commitcee31f5 fixed this problem, but commit989be08 accidentallyreverted the fix.Thomas Munro
1 parentcac0e36 commitead9963

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)

[8]ページ先頭

©2009-2025 Movatter.jp