Re: Run pgindent now? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Run pgindent now?
Date
Msg-id 25188.1432581144@sss.pgh.pa.us
Whole thread Raw
In response to Re: Run pgindent now?  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Mon, May 25, 2015 at 03:03:00PM -0400, Tom Lane wrote:
>> As we discussed upthread, if we're trying to minimize cross-branch
>> pgindent differences then we probably need to use the same typedefs
>> list in all branches.  I believe Andrew's already set up buildfarm
>> support for generating a unified typedef list for all active branches.

> OK, but just consider that we are then introducing _new_ pgindent
> changes into back branches that have not been modified by patches at
> all.

The point is for the back branches to absorb pgindent-induced changes that
have already happened in HEAD, so I'm not sure what you're getting at.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Run pgindent now?
Next
From: Tom Lane
Date:
Subject: Re: fsync-pgdata-on-recovery tries to write to more files than previously