OSDN Git Service

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:07 +0000 (19:32 +0200)
commit9dba66c0e5248ad70f0a45b1b39ece6b1f549d53
tree9ec5f0ca4d47c3b4f94c02711fea6f0d812920f6
parent01670b8be6caca08fd99f4cc3927d94a8d8ca694
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