Re: pgindent (was Re: Header comments in the recently added files)

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgindent (was Re: Header comments in the recently added files)
Date: 2011-03-10 15:57:53
Message-ID: AANLkTi=QQq-GYjiNMaQWmMQU2mNm2Ur5u0Hbaqg-eMbt@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 10, 2011 at 16:50, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Thu, Mar 10, 2011 at 10:47 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Bruce Momjian <bruce(at)momjian(dot)us> writes:
>>> Robert Haas wrote:
>>>> Speaking of running scripts, I think we should run pgindent now.
>>
>>> We usually do it during a late beta.
>>
>> Last time we did it early and then again late, and that seemed to work
>> well.  I wouldn't object to a pgindent run now, but please sync with me
>> before you do --- I've got some heavy hacking to do on the collations
>> patch, and don't want to find myself trying to merge changes after a
>> pgindent run.
>
> Yeah, +1 for doing it as soon as Tom is at a good stopping point.  It
> makes things a lot simpler later on.

Agreed.

With git in play, it should be quite possible to merge with head just
before the pgindent run, then run pgindent on your local topic branch,
and then merge with head after the pgindent run - that should take
care of *most* of the conflicts, I think - as long as you use the same
typdef list.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-03-10 15:59:55 Re: pgindent (was Re: Header comments in the recently added files)
Previous Message Robert Haas 2011-03-10 15:52:46 Re: Sync rep doc corrections