]> granicus.if.org Git - postgresql/commit
test_pg_dump: perltidy cleanup
authorStephen Frost <sfrost@snowman.net>
Tue, 31 Jan 2017 16:17:40 +0000 (11:17 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 31 Jan 2017 16:17:40 +0000 (11:17 -0500)
commit3e9c36165377b07ffb182c366e295ac48ea5d5ba
treec1596dc1a1e2026ccc259ac032693800a6b1541c
parent6da67b684a605ed320b39fe974d631fe5682e8bc
test_pg_dump: perltidy cleanup

As pointed out by Alvaro, we actually use perltidy on the perl scripts
in the source tree, so go back to the results of a perltidy run for the
test_pg_dump TAP script.

To make it look slightly less tragic, I changed most of the independent
arguments into long-form single arguments (eg: -f file.sql changed to be
--file=file.sql) to avoid having them confusingly split across lines due
to perltidy.

Back-patch to 9.6, as the last patch was.
src/test/modules/test_pg_dump/t/001_base.pl