Re: Open Items (was: RE: [HACKERS] Beta going well)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Open Items (was: RE: [HACKERS] Beta going well)
Дата
Msg-id 12532.1005840067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Open Items (was: RE: [HACKERS] Beta going well)  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:

  /* Plain "long int" fits, use it */
+ #if SIZEOF_INT8 == 0
  typedef long int int64;
+ #endif
+ #if SIZEOF_UINT8 == 0
  typedef unsigned long int uint64;
+ #endif


This coding appears to assume "if the platform defines int8, then
it will define int64 as well".  Seems mighty fragile to me.

            regards, tom lane

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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Call for testing
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Open Items (was: RE: [HACKERS] Beta going well)