]> granicus.if.org Git - postgresql/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:31:55 +0000 (19:31 +0200)
commit3ef6ea3dcefebb515207d1009d81ce1d80cb1b29
tree4a5089ad00efe852835ee0557e65cd62c8b6e9a3
parent1a6b4396013bc369a59df9ab3a637fe31f6d9ff5
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