Re: configure can't detect proper pthread flags

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure can't detect proper pthread flags
Дата
Msg-id 26630.1436377822@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure can't detect proper pthread flags  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: configure can't detect proper pthread flags
Список pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> The only scenario where you might now get warnings if we switch to 
> upstream version, and didn't before, is if one of the flags makes 
> pthreads to work, but also creates compiler warnings, while another flag 
> later in the list would make it work without warnings. That's not 
> totally inconceivable, but I doubt it happens. In any case, there's 
> nothing PostgreSQL-specific about that, so if that happens, I'd like to 
> find out so that we can complain to the upstream.

Actually, it looks like the modern version of ax_pthread.m4 adds -Werror
while testing, so that this should not be an issue anyway (at least on
compilers that accept -Werror).
        regards, tom lane



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: configure can't detect proper pthread flags
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Fillfactor for GIN indexes