mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Remove single space on end of a line in xlog.c
Michael Paquier
This commit is contained in:
parent
d0cab7903b
commit
c94dff4c3c
@ -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…
Reference in New Issue
Block a user