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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify the process of perltidy'ing our Perl files.
Date: 2016-08-15 15:32:23
Message-ID: E1bZJsF-0004Zk-Lb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-15 17:42:59 pgsql: Final pgindent + perltidy run for 9.6.
Previous Message Tom Lane 2016-08-14 19:06:32 pgsql: Remove bogus dependencies on NUMERIC_MAX_PRECISION.