pgsql: perltidy PostgresNode and SimpleTee - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: perltidy PostgresNode and SimpleTee
Date
Msg-id E1abW48-0002FW-GT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
perltidy PostgresNode and SimpleTee

Also, mention in README that Perl files should be perltidy'ed.  This
isn't really the best place (since we have Perl files elsewhere in the
tree) and this is already in pgindent's README, but this subdir is
likely to get hacked a whole lot more than the other Perl files, so it
seems okay to spend two lines on this.

Author: Craig Ringer

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d9a4301c08148509136c296866196f6b19ee2c2

Modified Files
--------------
src/test/perl/PostgresNode.pm | 58 ++++++++++++++++++++++---------------------
src/test/perl/README          |  3 +++
src/test/perl/SimpleTee.pm    | 13 ++++++----
3 files changed, 41 insertions(+), 33 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix mistakes in recovery tests
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Rework PostgresNode's psql method