On Mon, 7 May 2007, Q wrote:
> I recently ran into an issue upgrading from the 8.1 JDBC driver where the
> more recent drivers would throw an exception when retrieving meta data if
> there were any relations with very large OID's. (exceeding 2^31).
>
> The following patch "resolved" things enough to avoid the issue.
>
> [Retrieve as long and cast to int.]
Based on this I've put a fix into CVS for all the places that retrieve
oids as integers, so we can work on databases that have high OIDs.
Kris Jurka