aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2013-05-19 15:38:47 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2013-05-19 15:38:47 +0100
commitc94dff4c3c18595a9d6d8a97020145c1155de473 (patch)
treec631dda9a1c1d52b14df956944d78f45155184b2 /src
parentd0cab7903bf695bf305bd4c01f99e0e28d233d91 (diff)
downloadpostgresql-c94dff4c3c18595a9d6d8a97020145c1155de473.tar.gz
postgresql-c94dff4c3c18595a9d6d8a97020145c1155de473.zip
Remove single space on end of a line in xlog.c
Michael Paquier
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index f7dd61c4c75..ce31c05492c 100644
--- a/src/backend/access/transam/xlog.c
+++ b/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)
{