pgsql: Fix thinko in previous commit.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in previous commit.
Date: 2013-02-22 11:13:01
Message-ID: E1U8qYn-0005eu-Q1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Details
-------
http://git.postgresql.org/pg/commitdiff/ca60f0c422bd2c8538ee945d5f5e81eb498ddfde

Modified Files
--------------
src/backend/access/transam/xlog.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-02-22 11:37:28 pgsql: Get rid of postgres_fdw's assumption that remote type OIDs match
Previous Message Tom Lane 2013-02-22 11:05:19 pgsql: Adjust postgres_fdw's search path handling.