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

From Andrew Dunstan
Subject Re: branching for 9.2devel
Date
Msg-id 4DB613E6.1010806@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:48 PM, Tom Lane wrote:
>
>> 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.
> Well, -Ttypedef is wrong on its face.  Right would be a switch
> specifying the name of the file to read the typedef list from.
> Then you don't need massive script-level infrastructure to try
> to spoonfeed that data to the program doing the work.
>
>             

Ok, but that would account for about 5 lines of the current 400 or so in 
pgindent, and we'd have to extend our patch of BSD indent to do it. 
That's not to say that we shouldn't, but we should be aware of how much 
it will buy us on its own.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Improving the memory allocator
Next
From: Andres Freund
Date:
Subject: Re: Improving the memory allocator