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

Commita030a0c

Browse files
committed
Initialize variable to placate compiler.
Per Nathan Bossart.Discussion:http://postgr.es/m/FECEE7FC-CB74-45A9-BB24-89FEE52A9585@amazon.com
1 parent9ce346e commita030a0c

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
@@ -9038,7 +9038,7 @@ CreateCheckPoint(int flags)
90389038
XLogRecPtrlast_important_lsn;
90399039
VirtualTransactionId*vxids;
90409040
intnvxids;
9041-
intoldXLogAllowed;
9041+
intoldXLogAllowed=0;
90429042

90439043
/*
90449044
* An end-of-recovery checkpoint is really a shutdown checkpoint, just

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp