Re: Sanity checking for ./configure options? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Sanity checking for ./configure options?
Date
Msg-id CA+TgmoYGP09fs4gGGyvXGcbx8_ErXE1Op2vvCjsDh22O3uJWiQ@mail.gmail.com
Whole thread Raw
In response to Re: Sanity checking for ./configure options?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On Sat, Feb 27, 2016 at 3:15 PM, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> On 2/26/16 9:29 PM, Peter Eisentraut wrote:
>> To make this really robust, you might need to do pattern matching on the
>> value.
>
> Yeah, and I don't see any reasonable way to do that... we don't require sed
> or the like, do we?
>
> I'll look at the other things you mentioned.

Jim, if you want this in 9.6, we need an update, like, RSN.
Otherwise, I'm going to mark it Returned with Feedback, and you can
resubmit for 9.7.

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



pgsql-hackers by date:

Previous
From: Gilles Darold
Date:
Subject: Re: Patch to implement pg_current_logfile() function
Next
From: Robert Haas
Date:
Subject: Re: Refactoring speculative insertion with unique indexes a little