]> granicus.if.org Git - postgresql/commit
Fix thinko in previous commit.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 22 Feb 2013 11:07:02 +0000 (13:07 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 22 Feb 2013 11:07:02 +0000 (13:07 +0200)
commitca60f0c422bd2c8538ee945d5f5e81eb498ddfde
tree29f92b3353c543fc07b81508c81ab394d511caa5
parentee8b95e8c807f31220f31bcff445d1dcb20c28b4
Fix thinko in previous commit.

We must still initialize minRecoveryPoint if we start straight with archive
recovery, e.g when recovering from a normal base backup taken with
pg_start/stop_backup. Otherwise we never consider the system consistent.
src/backend/access/transam/xlog.c