]> 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:32:11 +0000 (19:32 +0200)
commit542bdb2146327972545630d0a428e1c9367266cb
tree422fc75c6404e6b44802eae4b53a0703e61f6f49
parentb0f2d681bdfd6a5b3e90d092f9d924f943b4fc5f
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