Simplify the process of perltidy'ing our Perl files.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/tools/pgindent/exclude_file_patterns | modified | +1 −1 |
| src/tools/pgindent/pgperltidy | added | +23 −0 |
| src/tools/pgindent/README | modified | +90 −58 |