Re: Large Object problems (was Re: JDBC int8 hack) - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Large Object problems (was Re: JDBC int8 hack)
Date
Msg-id 3ADC4591.3E92FCF7@alumni.caltech.edu
Whole thread Raw
In response to Large Object problems (was Re: JDBC int8 hack)  (Peter Mount <peter@retep.org.uk>)
List pgsql-hackers
> Erm, int8 isn't long, but an array of 8 int's (unless it's changed).

int8 is a 64-bit integer. There used to be a type (maybe called int48
??) which was 8 4-byte integers. afaicr that is now called oidvector
(and there is an int2vector also). The name changes for these latter
types were fairly recent.

Kyle is asking about the 64-bit integer type called int8 in the catalog
and int64 in the backend source code.

                       - Thomas

pgsql-hackers by date:

Previous
From: Alessio Bragadini
Date:
Subject: Re: RedHat/Postgres.pm Error
Next
From: Peter T Mount
Date:
Subject: Re: Large Object problems (was Re: JDBC int8 hack)