Re: configure can't detect proper pthread flags

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Max Filippov <jcmvbkbc(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Bruce Momjian <bruce(at)momjian(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <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-04-30 12:51:42
Message-ID: CA+TgmoZhyCH-FGQU=iRds+oax5+7LUmJf8UkEFRCnbbgAHYd+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 8, 2015 at 2:31 AM, Max Filippov <jcmvbkbc(at)gmail(dot)com> wrote:
> On Sat, Mar 21, 2015 at 2:06 AM, Max Filippov <jcmvbkbc(at)gmail(dot)com> wrote:
>> On Fri, Mar 20, 2015 at 3:43 PM, Max Filippov <jcmvbkbc(at)gmail(dot)com> wrote:
>>> Ok, one more attempt: maybe instead of checking that stderr is empty
>>> we could check that stderr has changed in the presence of the option
>>> that we test?
>>
>> The patch:
>> http://www.postgresql.org/message-id/1426860321-13586-1-git-send-email-jcmvbkbc@gmail.com
>
> Ping?
> Are there any issues with that approach and the patch?

I think the thing to do is add your patch here so that it doesn't get
forgotten about:

https://commitfest.postgresql.org/action/commitfest_view/open

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-30 12:53:19 Re: Re: [BUGS] BUG #11805: Missing SetServiceStatus call during service shutdown in pg_ctl (Windows only)
Previous Message Robert Haas 2015-04-30 12:46:55 Re: Use outerPlanState() consistently in executor code