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:
Robert Haas 2021-10-25 16:30:12 -04:00
parent 9ce346eabf
commit a030a0c5cc
1 changed files with 1 additions and 1 deletions

View File

@ -9038,7 +9038,7 @@ CreateCheckPoint(int flags)
XLogRecPtr last_important_lsn;
VirtualTransactionId *vxids;
int nvxids;
int oldXLogAllowed;
int oldXLogAllowed = 0;
/*
* An end-of-recovery checkpoint is really a shutdown checkpoint, just