Re: [HACKERS] xid table corrupted. - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] xid table corrupted.
Date
Msg-id 3cbf722f3012a373de25a809462f7222
Whole thread Raw
In response to [HACKERS] xid table corrupted.  (Robson Paniago de Miranda <rmiranda@rudah.com.br>)
List pgsql-hackers
On Mon, 23 Jun 1997, Robson Paniago de Miranda wrote:

> Hi.
>
>     After a begin/end block, with ~ 168 fetch, select count(*) and update,
> I had "xid table corrupted", or, after dump the database and recreate
> id, I had "cannot remove lock from HTAB", and, then, when I ran "vacuum"
> on this database, seems that there are still remaining locks on the
> table, even after the "end transation".
>
>     I think this was because the transaction log gets full. There's a way
> to increase its size?

    what version of PostgreSQL are you running?

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org

------------------------------

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] \dt and disk access
Next
From: David Friend
Date:
Subject: Re: [HACKERS] Array bug is still there....