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

From Andrew Gierth
Subject Re: configure can't detect proper pthread flags
Date
Msg-id 87pp83h5e7.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: configure can't detect proper pthread flags  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: configure can't detect proper pthread flags  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
>>>>> "Robert" == Robert Haas <robertmhaas@gmail.com> writes:
>> Then maybe stderr tests should grep output for a specific option,>> the one we're currently testing, not just any
noise?
Robert> That sounds awfully fragile to me.  It can't really be safe toRobert> assume we know precisely what the warning
messageswill lookRobert> like.
 

But how safe is it to assume that a warning message about option '-foo'
will contain the string '-foo' in it somewhere?

(though the trace output from -x still should be dealt with separately)

-- 
Andrew (irc:RhodiumToad)



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: assessing parallel-safety
Next
From: Tom Lane
Date:
Subject: Re: inherit support for foreign tables