]> granicus.if.org Git - postgresql/commit
Revert the patch to check if we've reached end-of-backup also when doing
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 13 Apr 2011 18:33:59 +0000 (21:33 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 13 Apr 2011 19:05:40 +0000 (22:05 +0300)
commit54685b1c2b356b4b9c0938f6b8dcc52e173c0400
tree38b2cbf31986e330052d8c652af7f5b7777843e4
parentb5bb040da63806f7386b3434c38e1fa98860ea88
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.
src/backend/access/transam/xlog.c