Re: xlog flush request error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vipul(dot)Gupta(at)trilogy(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: xlog flush request error
Date: 2005-11-24 15:37:21
Message-ID: 13837.1132846641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Vipul(dot)Gupta(at)trilogy(dot)com writes:
> Can anyone suggest how do i fix this

> xlog flush request 7/7D02338C is not satisfied --- flushed only to
> 3/2471E324

This looks like corrupt data to me --- specifically, garbage in the LSN
field of a page header. Is that all you get? PG 7.4 and up should tell
you the problem page number in a CONTEXT: line.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Stark 2005-11-24 16:00:25 Re: Hardware/OS recommendations for large databases (
Previous Message Tom Lane 2005-11-24 15:15:35 Re: Very slow queries - please help.