Thread: pgsql: Simplify the process of perltidy'ing our Perl files.

pgsql: Simplify the process of perltidy'ing our Perl files.

From
Tom Lane
Date:
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(-)