mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove single space on end of a line in xlog.c
Michael Paquier
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user