Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc94dff4

Browse files
Remove single space on end of a line in xlog.c
Michael Paquier
1 parentd0cab79 commitc94dff4

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
XLogRecPtrcurInsert;
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)

[8]ページ先頭

©2009-2025 Movatter.jp