Re: Unable to dump database using pg_dump - Mailing list pgsql-general

From Tom Lane
Subject Re: Unable to dump database using pg_dump
Date
Msg-id 10409.1213287636@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unable to dump database using pg_dump  (Adam Dear <adear@usnx.net>)
Responses Re: Unable to dump database using pg_dump  (Adam Dear <adear@usnx.net>)
List pgsql-general
Adam Dear <adear@usnx.net> writes:
> If I restored the data directory again wouldn't that undo the Vacuum
> Freeze command that I did that has locked the database into the state
> that it is in now?

It'd undo the freeze, but that doesn't get you any closer to a solution.
What you need is to get rid of the wrapped-around xmax in the (0,1)
tuple.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Heavily fragmented table and index data in 8.0.3
Next
From: Adam Dear
Date:
Subject: Re: Unable to dump database using pg_dump