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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/6c4f6664b201bea77eb6e3f813559e3911a5ef35
Modified Files
--------------
src/backend/access/transam/xlog.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)