Обсуждение: pgsql: Allow multiple --excludes options in pgindent

Поиск
Список
Период
Сортировка

pgsql: Allow multiple --excludes options in pgindent

От
Andrew Dunstan
Дата:
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(-)