Thread: [COMMITTERS] pgsql: perltidy pg_dump TAP tests

[COMMITTERS] pgsql: perltidy pg_dump TAP tests

From
Stephen Frost
Date:
perltidy pg_dump TAP tests

The pg_dump TAP tests have gotten pretty far from what perltidy thinks
they should be, so fix that, and in passing use long-form argument names
with arguments passed via "=" in a similar vein to 58da833.

No functional changes here, just whitespace and changing runs from
"-f" to "--file=", and similar.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6af8b89adba16f97bee0d3b01256861e10d0e4f1

Modified Files
--------------
src/bin/pg_dump/t/001_basic.pl        |  14 +-
src/bin/pg_dump/t/002_pg_dump.pl      | 727 +++++++++++++++++-----------------
src/bin/pg_dump/t/010_dump_connstr.pl | 169 ++++----
3 files changed, 477 insertions(+), 433 deletions(-)