Re: XLogWrite: write request 0/53A4000 is past end of log

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lists <lists01(at)dds(dot)uconn(dot)edu>
Cc: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: XLogWrite: write request 0/53A4000 is past end of log
Date: 2004-07-16 13:58:56
Message-ID: 20348.1089986336@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

lists <lists01(at)dds(dot)uconn(dot)edu> writes:
> Alvaro Herrera wrote:
>>> this is 7.3.3 (PGDG rpm's) on red hat 7.2
>>
>> Get 7.3.6 and try again. IIRC this is a known bug that was repaired in
>> 7.3.4.

> to get the data back, is it a matter of just upgrading and starting the
> db (ie will it perform recovery)?

Yes. There's nothing wrong with your data, it's just a corner case that
was not correctly handled by the recovery code in 7.3.3.

You could actually use any version 7.3.4-7.3.6, but you might as well go
to 7.3.6 while you're at it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-16 14:27:43 Re: Point in Time Recovery
Previous Message Bruce Momjian 2004-07-16 13:53:08 Re: serverlog rotation/functions