pgsql: Allow multiple --excludes options in pgindent - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow multiple --excludes options in pgindent
Date
Msg-id E1pLQ6K-000Cgb-KS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow multiple --excludes options in pgindent

This includes a unification of the logic used to find the excludes file
and the typedefs file.

Also, remove the dangerous and deprecated feature where the first
non-option argument was taken as a typdefs file if it wasn't a .c or .h
file, remove some extraneous blank lines, and improve the documentation
somewhat.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1c4cd6f2c8857fbb78d043a0b3c7d397e48ef2e

Modified Files
--------------
src/tools/pgindent/pgindent     | 69 ++++++++++++++++++++---------------------
src/tools/pgindent/pgindent.man | 18 ++++++-----
2 files changed, 45 insertions(+), 42 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Adjust interaction of CREATEROLE with role properties.
Next
From: Justin Pryzby
Date:
Subject: Re: pgsql: Adjust interaction of CREATEROLE with role properties.