Initialize variable to placate compiler.

Per Nathan Bossart.

Discussion: http://postgr.es/m/FECEE7FC-CB74-45A9-BB24-89FEE52A9585@amazon.com
pull/73/head
Robert Haas 4 years ago
parent 9ce346eabf
commit a030a0c5cc
  1. 2
      src/backend/access/transam/xlog.c

@ -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

Loading…
Cancel
Save