projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0cab79
)
Remove single space on end of a line in xlog.c
author
Simon Riggs
<simon@2ndQuadrant.com>
Sun, 19 May 2013 14:38:47 +0000
(15:38 +0100)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Sun, 19 May 2013 14:38:47 +0000
(15:38 +0100)
Michael Paquier
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index f7dd61c4c7538fe99cef58bf8e27be9a1ede0052..ce31c05492caf3720e739052861d2da5a3b8c07f 100644
(file)
--- 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)
{