Re: branching for 9.2devel

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: branching for 9.2devel
Date: 2011-04-25 23:17:57
Message-ID: 4DB60125.4040207@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/25/2011 07:00 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-04-25 23:18:22 Re: Unfriendly handling of pg_hba SSL options with SSL off
Previous Message Tom Lane 2011-04-25 23:15:22 Re: operator classes for index?