pgsql: Fix bug introduced by the recent patch to check that the checkpo

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug introduced by the recent patch to check that the checkpo
Date: 2010-11-11 17:33:56
Message-ID: E1PGb24-0001yN-UK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-11-12 02:58:37 pgbulkload - pgbulkload: Workaround for msvc 2010.
Previous Message User Mhasegawa 2010-11-11 11:04:35 pgbulkload - pgbulkload: Fix when an error skipped, memory consumptions