Crash during WAL recovery? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Crash during WAL recovery?
Date
Msg-id Pine.LNX.4.21.0011212302120.781-100000@peter.localdomain
Whole thread Raw
Responses RE: Crash during WAL recovery?  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
This snippet in xlog.c makes we wonder...
else if (ControlFile->state == DB_IN_RECOVERY){    elog(LOG, "Data Base System was interrupted being in recovery at
%s\n"        "\tThis propably means that some data blocks are corrupted\n"         "\tAnd you will have to use last
backupfor recovery",         str_time(ControlFile->time));}
 

I thought this was going to be crash safe.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Questions on RI spec (poss. bugs)
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: Crash during WAL recovery?