Re: Help with database recovery ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: Iztok Stotl <iztok(dot)stotl(at)guest(dot)arnes(dot)si>, pgsql-general(at)postgresql(dot)org
Subject: Re: Help with database recovery ...
Date: 2011-05-03 05:14:54
Message-ID: 11788.1304399694@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> This message is very weird: "could not read from file "pg_clog/02CD" at
> offset 73728: Success".

Probably indicates an attempted read from beyond EOF. The main
relation-access code paths have been fixed to give a more intelligible
error message about that case, but it doesn't look like slru.c has been.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2011-05-03 05:18:22 Re: pervasiveness of surrogate (also called synthetic) keys
Previous Message alan bryan 2011-05-03 05:12:06 Seg Fault in backend after beginning to use xpath (PG 9.0, FreeBSD 8.1)