[COMMITTERS] pgsql: perltidy pg_dump TAP tests - Mailing list pgsql-committers

From Stephen Frost
Subject [COMMITTERS] pgsql: perltidy pg_dump TAP tests
Date
Msg-id E1cYcRq-0008Ad-Iz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: test_pg_dump: perltidy cleanup
Next
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES