pgsql: Simplify the process of perltidy'ing our Perl files. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Simplify the process of perltidy'ing our Perl files.
Date
Msg-id E1bZJsF-0004Zk-Lb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Simplify the process of perltidy'ing our Perl files.

Wrap the perltidy invocation into a shell script to reduce the risk of
copy-and-paste errors.  Include removal of *.bak files in the script,
so they don't accidentally get committed.  Improve the directions in
the README file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05d8dec690e9719ff9a1830f5492864104275b5e

Modified Files
--------------
src/tools/pgindent/README                | 148 +++++++++++++++++++------------
src/tools/pgindent/exclude_file_patterns |   2 +-
src/tools/pgindent/pgperltidy            |  23 +++++
3 files changed, 114 insertions(+), 59 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Next
From: Tom Lane
Date:
Subject: pgsql: Final pgindent + perltidy run for 9.6.