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

Commit3030903

Browse files
committed
Replace straggling uses of ReadRecPtr/EndRecPtr.
d2ddfa6 removed ReadRecPtr/EndRecPtr, but two uses within an #ifdefWAL_DEBUG escaped.Discussion:https://postgr.es/m/20211124231206.gbadj5bblcljb6d5@alap3.anarazel.de
1 parent4ac452e commit3030903

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7577,8 +7577,8 @@ StartupXLOG(void)
75777577

75787578
initStringInfo(&buf);
75797579
appendStringInfo(&buf,"REDO @ %X/%X; LSN %X/%X: ",
7580-
LSN_FORMAT_ARGS(ReadRecPtr),
7581-
LSN_FORMAT_ARGS(EndRecPtr));
7580+
LSN_FORMAT_ARGS(xlogreader->ReadRecPtr),
7581+
LSN_FORMAT_ARGS(xlogreader->EndRecPtr));
75827582
xlog_outrec(&buf,xlogreader);
75837583
appendStringInfoString(&buf," - ");
75847584
xlog_outdesc(&buf,xlogreader);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp