Re: configure can't detect proper pthread flags - Mailing list pgsql-hackers

From Andres Freund
Subject Re: configure can't detect proper pthread flags
Date
Msg-id 20150320130652.GB30141@awork2.anarazel.de
Whole thread Raw
In response to configure can't detect proper pthread flags  (Max Filippov <jcmvbkbc@gmail.com>)
Responses Re: configure can't detect proper pthread flags
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #11805: Missing SetServiceStatus call during service shutdown in pg_ctl (Windows only)
Next
From: Alvaro Herrera
Date:
Subject: Re: assessing parallel-safety