perltidy pg_dump TAP tests

Stephen Frost <sfrost@snowman.net>

Commit: 6af8b89adba16f97bee0d3b01256861e10d0e4f1
Author: Stephen Frost <sfrost@snowman.net>
Date: 2017-01-31T17:42:16Z
Releases: 10.0
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.

Files

PathChange+/−
src/bin/pg_dump/t/001_basic.pl modified +7 −7
src/bin/pg_dump/t/002_pg_dump.pl modified +369 −358
src/bin/pg_dump/t/010_dump_connstr.pl modified +101 −68