Re: Second call for platform testing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Second call for platform testing
Дата
Msg-id 19547.1007058550@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Second call for platform testing  ("Cyril VELTER" <cyril.velter@libertysurf.fr>)
Ответы Re: Second call for platform testing  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Second call for platform testing  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
"Cyril VELTER" <cyril.velter@libertysurf.fr> writes:
>     What modification should be made to configure.in to make it include
> SupportDefs.h when testing for int8 uint8 int64 and uint64 size ?

This looks like a bit of a pain.  We're currently using AC_CHECK_SIZEOF
to make those probes, apparently because it's the closest standard macro
to what we want.  But it's not close enough.  It doesn't include
anything except <stdio.h>.  I don't think we can fix this except by
making our own macro.  Peter, any opinion about how to do it?

(If we do make our own macro, we could change the output to be something
more reasonable, like #defining HAVE_UINT8 rather than claiming
"sizeof uint8 = 0", which is sure to confuse people.)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: select NOT IN with NULL bug on 7.2b3
Следующее
От: "Cyril VELTER"
Дата:
Сообщение: Re: Second call for platform testing