On Wed, May 22, 2019 at 10:07 AM Tom Lane <t...@sss.pgh.pa.us> wrote: > > I wrote: > > Hearing no objections, I'll plan on running pgindent tomorrow sometime. > > And done. > > > The new underlying pg_bsd_indent (2.1) is available now from > > https://git.postgresql.org/git/pg_bsd_indent.git > > Please update your local copy if you have one. > > regards, tom lane >
I cloned, built and used the new pg_bsd_indent to format my fork of PostgreSQL 11 (not the 9.1 or 9.5 forks I previously mentioned) and it caused me no problems whatsoever. I don't have a strong preference, but I would vote in favor of running pgindent on the back branches rather than against, since to the extent that I might need to move patches between forks of different versions, it will be easier to do if they have the same indentation. (In practice, this probably won't come up for me, since the older forks are defunct and unlikely to be patched by me.) mark