Re: LWLock/ShmemIndex startup question

Поиск
Список
Период
Сортировка
От Manfred Spraul
Тема Re: LWLock/ShmemIndex startup question
Дата
Msg-id 4004260B.6060704@colorfullife.com
обсуждение исходный текст
Ответ на Re: LWLock/ShmemIndex startup question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

>Manfred Spraul <manfred@colorfullife.com> writes:
>  
>
>>What are the chances for Win64 support? sizeof(unsigned long) remains 4, 
>>sizeof(void*) is 8.
>>    
>>
>
>If you can tell me what type Datum should be (unsigned long long
>maybe?), we could probably handle that.
>
Probably uintptr_t: That's the official C99 integer type for storing 
pointers. I'm not sure if it's guaranteed to be wide enough for 
ULONG_MAX (or only UINT_MAX).

--   Manfred



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LWLock/ShmemIndex startup question
Следующее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: Suggestions for analyze patch required...