Re: branching for 9.2devel

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: branching for 9.2devel
Date: 2011-04-25 20:58:01
Message-ID: 4DB5E059.4040805@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/25/2011 01:55 PM, Andrew Dunstan wrote:
>
>
>
> Well, my solution would be to replace pgindent with a perl script
> (among other advantages, it would then run everywhere we build,
> including Windows), 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.

Perl seems like a winner here as a whole. It would also open the support
of the script up to a wider community.

JD

--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Developement
Organizers of the PostgreSQL Conference - http://www.postgresqlconference.org/
@cmdpromptinc - @postgresconf - 509-416-6579

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-04-25 21:08:16 Re: wrong hint message for ALTER FOREIGN TABLE
Previous Message Merlin Moncure 2011-04-25 20:57:50 Re: "stored procedures" - use cases?