]> 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:47 +0000 (19:31 +0200)
commitf5cf3ce7a47bad3c5d7ae59d9e302ee55141439d
treef228f5793bb6c8abe60128b6cf5bcf8433af0382
parent5154ebad98acd6a3b7aa0a196654b0244429cb98
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