Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c94dff4

Browse files
Remove single space on end of a line in xlog.c
Michael Paquier
1 parent d0cab79 commit c94dff4

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6866,7 +6866,7 @@ CreateCheckPoint(int flags)
68666866
XLogRecPtr curInsert;
68676867

68686868
INSERT_RECPTR(curInsert, Insert, Insert->curridx);
6869-
if (curInsert == ControlFile->checkPoint +
6869+
if (curInsert == ControlFile->checkPoint +
68706870
MAXALIGN(SizeOfXLogRecord + sizeof(CheckPoint)) &&
68716871
ControlFile->checkPoint == ControlFile->checkPointCopy.redo)
68726872
{

0 commit comments

Comments
 (0)