Is there any particular reason the spelling and punctuation in the code
snippet below is so bad?
Chris
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]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 [EMAIL PROTECTED] http://yi.org/peter-e/
>