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

From Magnus Hagander
Subject Re: Change to config.pl processing in the msvc build environment
Date
Msg-id 9837222c1001050537o8005a78g94d26f7a1bdbbe9e@mail.gmail.com
Whole thread Raw
In response to Re: Change to config.pl processing in the msvc build environment  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Sun, Jan 3, 2010 at 05:13, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> 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.

Ok, I've applied this patch with the name change to config_default.pl
(that way it still sorts next to config.pl etc, which was how Dave
convinced me of the config.pl.default name in the first place :D)


-- Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: quoting psql varible as identifier
Next
From: Magnus Hagander
Date:
Subject: Re: [PATCH] Windows x64 [repost]