Re: configure can't detect proper pthread flags

From: Max Filippov <jcmvbkbc(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org, Peter Seiderer <ps(dot)report(at)gmx(dot)net>
Subject: Re: configure can't detect proper pthread flags
Date: 2015-03-20 11:01:56
Message-ID: CAMo8Bf+xSFaVE=KamCez63cgJ8EWogdR0F+2sH_4cytpNJ7hAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 20, 2015 at 6:08 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2015-03-20 11:21:38 Re: GSoC 2015: Extra Jsonb functionality
Previous Message Max Filippov 2015-03-20 10:57:44 Re: configure can't detect proper pthread flags