pgsql: Revert the patch to check if we've reached end-of-backup also wh

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the patch to check if we've reached end-of-backup also wh
Date: 2011-04-13 19:06:46
Message-ID: E1QA5Oo-0000uY-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert the patch to check if we've reached end-of-backup also when doing
crash recovery, and throw an error if not. hubert depesz lubaczewski pointed
out that that situation also happens in the crash recovery following a
system crash that happens during an online backup.

We might want to do something smarter in 9.1, like put the check back for
backups taken with pg_basebackup, but that's for another patch.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/083cc494228c55f38d2fcc9ec19c957eff7adb00

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-04-13 19:27:40 pgsql: On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named diff
Previous Message Bruce Momjian 2011-04-13 15:34:22 pgsql: Fix pg_upgrade crash