Re: Corrupt data pages... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Corrupt data pages...
Date
Msg-id 14583.1145379434@sss.pgh.pa.us
Whole thread Raw
In response to Re: Corrupt data pages...  (Kevin Brown <kevin@sysexperts.com>)
Responses Re: Corrupt data pages...  (Kevin Brown <kevin@sysexperts.com>)
List pgsql-hackers
Kevin Brown <kevin@sysexperts.com> writes:
>> I'll put the files on a web server and post links to them here.
> You can find them here:
>     https://gazebo.sysexperts.com/~kevin/postgresql

AFAICT, the first half of page 73 is OK, but the second half clearly is
trashed.  In the raw-format dump it does look a whole lot like the
second half has been replaced by the first half of a page of some index.

It's fairly hard to see how that could happen inside Postgres.  One can
readily imagine bugs that might replace one whole page with another,
but there aren't any operations that manipulate half-a-page.  On the
other hand, if your kernel uses 4K blocksize, this could be explained
as substitution of one buffer for another at the kernel level.  So my
money is on a kernel bug.  As I mentioned, we've once or twice before
seen reports that looked like similar substitutions of single pages by
the kernel.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: CVS tags
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Is full_page_writes=off safe in conjunction with