summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-04-26 14:13:46 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-04-27 11:37:43 -0400
commit76ece169746f50652771a9fa9adc66d207e9d6f7 (patch)
treeda27731b6e0f280baade6b9ec5f0b6929a2dbf22 /src/test/perl/PostgresNode.pm
parentd4f16d50713077e69f8833df6b99d1eab0be1c33 (diff)
perltidy: Add option --nooutdent-long-comments
Diffstat (limited to 'src/test/perl/PostgresNode.pm')
-rw-r--r--src/test/perl/PostgresNode.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index 976e95f448b..3b06e781746 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -1197,12 +1197,12 @@ sub psql
my $ret;
- # Run psql and capture any possible exceptions. If the exception is
- # because of a timeout and the caller requested to handle that, just return
- # and set the flag. Otherwise, and for any other exception, rethrow.
- #
- # For background, see
- # http://search.cpan.org/~ether/Try-Tiny-0.24/lib/Try/Tiny.pm
+ # Run psql and capture any possible exceptions. If the exception is
+ # because of a timeout and the caller requested to handle that, just return
+ # and set the flag. Otherwise, and for any other exception, rethrow.
+ #
+ # For background, see
+ # http://search.cpan.org/~ether/Try-Tiny-0.24/lib/Try/Tiny.pm
do
{
local $@;