]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix bug introduced by the recent patch to check that the checkpoint redo
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 11 Nov 2010 17:21:49 +0000 (19:21 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 11 Nov 2010 17:32:03 +0000 (19:32 +0200)
commitd434e8f6ad2580a9137cc91d27af54e73079a471
tree1d570c6686c6cf1c5ae4b2608ed5f0ee272be5cc
parent5abb72f9af64339ed97eb991b0bd3456bd651f8e
Fix bug introduced by the recent patch to check that the checkpoint redo
location read from backup label file can be found: wasShutdown was set
incorrectly when a backup label file was found.

Jeff Davis, with a little tweaking by me.
src/backend/access/transam/xlog.c