RE: Crash during WAL recovery?

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "PostgreSQL Development" <pgsql-hackers@postgresql.org>
Date: 2000-11-22T01:14:23Z
Lists: pgsql-hackers
Is there any particular reason the spelling and punctuation in the code
snippet below is so bad?

Chris

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Peter Eisentraut
> Sent: Wednesday, November 22, 2000 6:04 AM
> To: PostgreSQL Development
> Subject: [HACKERS] Crash during WAL recovery?
>
>
> 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 backup
> for 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/
>