pgindent - Mailing list pgsql-hackers

From Robert Haas
Subject pgindent
Date
Msg-id CA+TgmoYKHY7zh4NQHgG=waKpTfBsmBswenUrnaVS9jRGMvpxLg@mail.gmail.com
Whole thread Raw
Responses Re: pgindent  (Bruce Momjian <bruce@momjian.us>)
Re: pgindent  (Andres Freund <andres@anarazel.de>)
Re: pgindent  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I think it's about time for us to run pgindent.  I did a trial run
today of pgindent today and came up with the attached patch for
typedefs.list, which I'd like to commit more or less immediately,
barring objections.  It mostly just adds new typedefs that have
appeared over the last year, but it also realphabetizes the file -
some things that were added incrementally seem to have ended up in
what is, at least according to what sort likes to do on my machine,
the wrong place in the file.

With this applied, I get a fairly clean pgindent run.  There are some
problems with comments getting mangled, and in a couple of cases
function definitions getting mangled, that need more investigation.
I'll try to find time to look into that soon and follow up, unless
somebody else beats me to it.  As far as possible, I think it's
desirable to clean up those things before rather than after running
pgindent, because unmangling ASCII art that pgindent has stepped on is
a thankless chore.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co
Next
From: Robert Haas
Date:
Subject: Re: Removing faulty hyperLogLog merge function