mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove single space on end of a line in xlog.c
Michael Paquier
This commit is contained in:
parent
d0cab7903b
commit
c94dff4c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue