Re: Change to config.pl processing in the msvc build environment - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Change to config.pl processing in the msvc build environment
Date
Msg-id 4B401955.3040400@dunslane.net
Whole thread Raw
In response to Re: Change to config.pl processing in the msvc build environment  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Change to config.pl processing in the msvc build environment
Re: Change to config.pl processing in the msvc build environment
List pgsql-hackers

Peter Eisentraut wrote:
> On fre, 2010-01-01 at 16:32 +0100, Magnus Hagander wrote:
>   
>> I therefor propose that we rename this file to "config.pl.default",
>> and change the scripts to first load config.pl.default, and then load
>> config.pl if it exists.
>>     
>
> I'd keep the naming so that the extension .pl is preserved.  Helps
> editors and such.
>
>   

Right ... let's call it "default_config.pl" or some such. Otherwise it 
looks sane enough. I don't think the "parens on trailing conditions" 
issue is anything other than just a matter of taste. I often use them 
because I've occasionally been caught by not doing so.

cheers

andrew


pgsql-hackers by date:

Previous
From: Hitoshi Harada
Date:
Subject: Re: IntArray in c.h
Next
From: Hitoshi Harada
Date:
Subject: Re: PATCH: Add hstore_to_json()