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

From Max Filippov
Subject Re: configure can't detect proper pthread flags
Date
Msg-id CAMo8Bf+xSFaVE=KamCez63cgJ8EWogdR0F+2sH_4cytpNJ7hAQ@mail.gmail.com
Whole thread Raw
In response to Re: configure can't detect proper pthread flags  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: configure can't detect proper pthread flags
List pgsql-hackers
On Fri, Mar 20, 2015 at 6:08 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> We don't want every link step producing a useless warning.
> Ideally, "make -s" would print nothing whatsoever; to the extent that
> tools produce unsuppressable routine chatter, that's evil because it
> makes it harder to notice actually-useful warnings.

Then maybe stderr tests should grep output for a specific option, the
one we're currently testing, not just any noise?

-- 
Thanks.
-- Max



pgsql-hackers by date:

Previous
From: Max Filippov
Date:
Subject: Re: configure can't detect proper pthread flags
Next
From: Dmitry Dolgov
Date:
Subject: Re: GSoC 2015: Extra Jsonb functionality