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:12:43 +0000 (13:12 +0200)
commit6c4f6664b201bea77eb6e3f813559e3911a5ef35
treeae2d966d6d742a473e4eed8b291cfe41dac56c38
parent6d06049493862f7f6b639035198fc817949723ae
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