mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +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;
|
XLogRecPtr curInsert;
|
||||||
|
|
||||||
INSERT_RECPTR(curInsert, Insert, Insert->curridx);
|
INSERT_RECPTR(curInsert, Insert, Insert->curridx);
|
||||||
if (curInsert == ControlFile->checkPoint +
|
if (curInsert == ControlFile->checkPoint +
|
||||||
MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
|
MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
|
||||||
ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
|
ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user