Re: Oid?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Oid?
Дата
Msg-id 1102322466.1494.32.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Oid?  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
Список pgsql-hackers
On Mon, 2004-12-06 at 00:29 -0800, Sibtay Abbas wrote:
> i see an attribute 'oid_value' with 'Oid' type in
> the ListCell union.
> 
> can anyone tell me what does it represents?

Given a linked list of type T_OidList, oid_value holds the data in a
node of the list. Although int_value and oid_value are the same size at
the moment, (a) Oid is unsigned (b) there has been some thought about
changing the size of Oid (to make it 64-bit). While (b) isn't likely to
happen anytime soon AFAIK, the two types of lists are kept separate.
This also helps to reduce the need for casting.

-Neil




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sibtay Abbas
Дата:
Сообщение: Oid?
Следующее
От: Sibtay Abbas
Дата:
Сообщение: main entry point for queries?