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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy