Re: Large Object problems (was Re: JDBC int8 hack)

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Large Object problems (was Re: JDBC int8 hack)
Дата
Msg-id 3ADC4591.3E92FCF7@alumni.caltech.edu
обсуждение исходный текст
Ответ на Large Object problems (was Re: JDBC int8 hack)  (Peter Mount <peter@retep.org.uk>)
Список 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 по дате отправления:

Предыдущее
От: Alessio Bragadini
Дата:
Сообщение: Re: RedHat/Postgres.pm Error
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: Large Object problems (was Re: JDBC int8 hack)