tuples gone? - Mailing list pgsql-hackers

From Daniel Kalchev
Subject tuples gone?
Date
Msg-id 200205231019.g4NAJFu20539@dcave.digsys.bg
Whole thread Raw
Responses Re: tuples gone?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

I got an corrupted table,,, unfortunately with pretty important data :(

VACUUM tells me:

NOTICE:  Rel relx: TID 2344/5704: OID IS INVALID. TUPGONE 1.
NOTICE:  Rel relx: TID 2344/5736: OID IS INVALID. TUPGONE 1.
NOTICE:  Rel relx: TID 2344/5768: OID IS INVALID. TUPGONE 1.

(this, many times, then)
pqReadData() -- backend closed the channel unexpectedly.       This probably means the backend terminated abnormally
  before or while processing the request.
 

I can read part (beginning?) of the relation with select or copy, but anything 
that touches this area dies badly :(

Is there any way to recover this relation? Or at least as much data as 
possible?

Oh, an this is 7.1.3 and I am probably running with too large oids :)

DEBUG:  NextTransactionId: 708172974; NextOid: 3480073772

Daniel



pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: Redhat 7.3 time manipulation bug
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Edge case problem with pg_dump