Re: Mostly Harmless: Welcoming our C++ friends

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Mostly Harmless: Welcoming our C++ friends
Дата
Msg-id 3679.1229087126@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Mostly Harmless: Welcoming our C++ friends  (Kurt Harriman <harriman@acm.org>)
Ответы Re: Mostly Harmless: Welcoming our C++ friends  (Kurt Harriman <harriman@acm.org>)
Список pgsql-hackers
Kurt Harriman <harriman@acm.org> writes:
> However, probably an easier alternative would be to have
> just one buildfarm machine do a nightly build configured
> with the --enable-cplusplus option.

There is no such option, and won't be.

> This would build one file - main.c - as C++ (necessary
> because on some platforms the main() function needs to be
> C++ to ensure the C++ runtime library is initialized).

Useless, since main.c doesn't include any large number of headers,
and in particular there is no reason for it to include the headers
that are critical to function libraries.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: SQL/MED compatible connection manager
Следующее
От: Martin Pihlak
Дата:
Сообщение: Re: psql commands for SQL/MED