Initialize variable to placate compiler.
Per Nathan Bossart. Discussion: http://postgr.es/m/FECEE7FC-CB74-45A9-BB24-89FEE52A9585@amazon.com
This commit is contained in:
parent
9ce346eabf
commit
a030a0c5cc
@ -9038,7 +9038,7 @@ CreateCheckPoint(int flags)
|
|||||||
XLogRecPtr last_important_lsn;
|
XLogRecPtr last_important_lsn;
|
||||||
VirtualTransactionId *vxids;
|
VirtualTransactionId *vxids;
|
||||||
int nvxids;
|
int nvxids;
|
||||||
int oldXLogAllowed;
|
int oldXLogAllowed = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* An end-of-recovery checkpoint is really a shutdown checkpoint, just
|
* An end-of-recovery checkpoint is really a shutdown checkpoint, just
|
||||||
|
Loading…
x
Reference in New Issue
Block a user