pgsql: Fix bug introduced by the recent patch to check that the checkpo
pgsql: Fix bug introduced by the recent patch to check that the checkpo
От:
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Дата:
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. Branch ------ REL8_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f5cf3ce7a47bad3c5d7ae59d9e302ee55141439d Modified Files -------------- src/backend/access/transam/xlog.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)