Re: Theory about XLogFlush startup failures - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: Theory about XLogFlush startup failures
Date
Msg-id 3C43A6DF.474267D1@tpf.co.jp
Whole thread Raw
In response to Theory about XLogFlush startup failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> 
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > BTW doesn't the LSN corruption imply the possibility
> > of the corruption of other parts (of e.g. pg_log) ?
> 
> Indeed.  Not sure what we can do about that.

One thing I can think of is to prevent a corrupted page
from spoiling other pages by jumping the page boundary
in the buffer pool.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: bug in permission handling?
Next
From: Tom Lane
Date:
Subject: Re: Theory about XLogFlush startup failures