Re: branching for 9.2devel - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: branching for 9.2devel
Date
Msg-id 4DB60125.4040207@dunslane.net
Whole thread Raw
In response to Re: branching for 9.2devel  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: branching for 9.2devel  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On 04/25/2011 07:00 PM, Tom Lane wrote:
> Andrew Dunstan<andrew@dunslane.net>  writes:
>> Well, my solution would be to replace pgindent with a perl script (among
>> other advantages, it would then run everywhere we build, including
>> Windows),
> Sounds good to me ... who's volunteering?

I'll take a look.
>> and filter the typedefs list so that we only use the ones
>> that appear in each file with that file, instead of passing the whole
>> list to each file.
> Not sure I gather the value of doing that.

Well, that way you'll have a handful of -Ttypdef parameters for each 
invocation of indent instead of a gazillion of them. No more command 
line length issues.

cheers

andrew





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: operator classes for index?
Next
From: Tom Lane
Date:
Subject: Re: Unfriendly handling of pg_hba SSL options with SSL off