pgsql: Fix bug introduced by the recent patch to check that the checkpo - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix bug introduced by the recent patch to check that the checkpo
Date
Msg-id E1PGb24-0001yN-UK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3ef6ea3dcefebb515207d1009d81ce1d80cb1b29

Modified Files
--------------
src/backend/access/transam/xlog.c |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug introduced by the recent patch to check that the checkpo
Next
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: pgbulkload - pgbulkload: Workaround for msvc 2010.