Re: Headers dependencies cleanup

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: Headers dependencies cleanup
Дата
Msg-id 47FA84D5.5090000@sun.com
обсуждение исходный текст
Ответ на Re: Headers dependencies cleanup  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Headers dependencies cleanup  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Headers dependencies cleanup  (Andrew Dunstan <andrew@dunslane.net>)
Re: Headers dependencies cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Alvaro Herrera napsal(a):
> Zdenek Kotala wrote:
>
>> PS: Is there any reason to do not start to use inline functions instead
>> of macros in some cases?
>
> Not all compilers like (== support) inline macros apparently.

Is it your assumption or do you mean some specific compiler? IIRC, inline is
defined in C99 and my assumption :-) is that it should be supported by all
compilers today. I try to look on buildmachine, There should be some useful
configure output.

        Zdenek

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Headers dependencies cleanup
Следующее
От: David Fetter
Дата:
Сообщение: Re: Database owner installable modules patch