Re: OIDS > INT_MAX displayed wrapped around - Mailing list pgadmin-hackers

From Kris Jurka
Subject Re: OIDS > INT_MAX displayed wrapped around
Date
Msg-id Pine.BSO.4.64.0707310422140.1492@leary.csoft.net
Whole thread Raw
In response to Re: OIDS > INT_MAX displayed wrapped around  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers

On Tue, 31 Jul 2007, Guillaume Lelarge wrote:

> I don't know how I can build such a test case. My generate_series to
> build a billion inserts just failed with a "write failed" message...
> Here is the patch. It compiles and works on my laptop but I don't know
> if it really fixes the issue. If someone with a big enough database can
> apply the patch and compile pgAdmin with it, I would be really happy to
> know about the result.
>

I actually have a tiny database that I was testing the JDBC driver's large
oid handling with and happened across this problem.  You can use
pg_resetxlog's -o option to set the next oid to any value of your
choosing.  Or you can wait for beta three and I'll test again.

Kris Jurka

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: OIDS > INT_MAX displayed wrapped around
Next
From: Guillaume Lelarge
Date:
Subject: Enabling SQL text field in the SQL tab of object dialog