| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера