Re: configure can't detect proper pthread flags

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: configure can't detect proper pthread flags
Дата
Msg-id 20150320130652.GB30141@awork2.anarazel.de
обсуждение исходный текст
Ответ на configure can't detect proper pthread flags  (Max Filippov <jcmvbkbc@gmail.com>)
Ответы Re: configure can't detect proper pthread flags  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi,

On 2015-03-20 03:14:48 +0300, Max Filippov wrote:
> and the toolchain emits the following warning at linking step:
> 
>   libcrypto.so: warning: gethostbyname is obsolescent, use
> getnameinfo() instead.

FWIW, I think emitting such errors at link time is utterly pointless and
rather annoying. I can see a point of emitting them them when compiling
code that uses deprecated functions. But we quite obviously can't do
much about openssl using gethostbyname.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] BUG #11805: Missing SetServiceStatus call during service shutdown in pg_ctl (Windows only)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: assessing parallel-safety