Remove single space on end of a line in xlog.c

Michael Paquier
pull/4/head
Simon Riggs 13 years ago
parent d0cab7903b
commit c94dff4c3c
  1. 2
      src/backend/access/transam/xlog.c

@ -6866,7 +6866,7 @@ CreateCheckPoint(int flags)
XLogRecPtr curInsert;
INSERT_RECPTR(curInsert, Insert, Insert->curridx);
if (curInsert == ControlFile->checkPoint +
if (curInsert == ControlFile->checkPoint +
MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
{

Loading…
Cancel
Save