We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cab79 commit c94dff4Copy full SHA for c94dff4
src/backend/access/transam/xlog.c
@@ -6866,7 +6866,7 @@ CreateCheckPoint(int flags)
6866
XLogRecPtr curInsert;
6867
6868
INSERT_RECPTR(curInsert, Insert, Insert->curridx);
6869
- if (curInsert == ControlFile->checkPoint +
+ if (curInsert == ControlFile->checkPoint +
6870
MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
6871
ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
6872
{
0 commit comments