Re: Beta going well

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Beta going well
Дата
Msg-id 15318.1004928883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Beta going well  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: Beta going well  (Adrian Phillips <adrianp@powertech.no>)
Re: Beta going well  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> However I'm not sure if it's a correct solution. Problem is, AIX 5L
> has sys/inttypes.h where int8, int16, int32 and int64 are
> defined. Should we detect them in configure? Also, I'm afraid it would
> break other AIX versions. Comments?

Perhaps have configure test for the presence of <sys/inttypes.h>
and then let c.h do
#ifdef HAVE_SYS_INTTYPES_H#include <sys/inttypes.h>#elsetypedef signed char int8;... etc#endif

Could this substitute for the ugly #ifndef __BEOS__ as well?
        regards, tom lane


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Beta going well
Следующее
От: Peter Harvey
Дата:
Сообщение: Re: compiler warnings in ODBC