Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> On 7/12/2009 3:00 PM, A B wrote:
>> I just logged into a system and found this in the log when trying to
>> start postgres.
> Possibly silly question: is there plenty of free disk space on the file
> system where PostgreSQL's data is stored?
That's not what that message is about. What it's unhappy about is that
it found a page with an LSN that's past the logical end of WAL. This
either means that page is corrupt, or there's something wrong with WAL.
regards, tom lane