From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: perltidy pg_dump TAP tests |
Date: | 2017-01-31 17:42:30 |
Message-ID: | E1cYcRq-0008Ad-Iz@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2017-01-31 21:24:43 | pgsql: pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES |
Previous Message | Stephen Frost | 2017-01-31 16:18:28 | pgsql: test_pg_dump: perltidy cleanup |