pgsql: Replace pgindent shell script with Perl script. Update perltidy - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Replace pgindent shell script with Perl script. Update perltidy
Date
Msg-id E1SxhPx-0005hN-9E@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Replace pgindent shell script with Perl script. Update perltidy
List pgsql-committers
Replace pgindent shell script with Perl script.  Update perltidy
instructions to perltidy Perl files that lack Perl file extensions.

pgindent Perl coding by Andrew Dunstan, restructured by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/149ac7d45595f64f7b60833de7f146bc9a599656

Modified Files
--------------
src/tools/pgindent/README       |   15 +-
src/tools/pgindent/pgindent     |  902 +++++++++++++++++++++++----------------
src/tools/pgindent/pgindent.man |   45 ++
3 files changed, 583 insertions(+), 379 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Reword documentation for concurrent index rebuilds to be clearer
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Replace pgindent shell script with Perl script. Update perltidy