]> granicus.if.org Git - postgresql/commit
Simplify the process of perltidy'ing our Perl files.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 15:32:09 +0000 (11:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Aug 2016 15:32:09 +0000 (11:32 -0400)
commit05d8dec690e9719ff9a1830f5492864104275b5e
treefa977bcbe81011356179baa8e4ad2467f5857ac7
parent9389fbd0385776adf3252eb8cfe6e37a640fdff4
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.
src/tools/pgindent/README
src/tools/pgindent/exclude_file_patterns
src/tools/pgindent/pgperltidy [new file with mode: 0755]