summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian2017-05-17 23:01:23 +0000
committerBruce Momjian2017-05-17 23:01:23 +0000
commitce554810329b9b8e862eade08b598148931eb456 (patch)
treeddc702112bdabfcdf78d1c4648614b92fd11dadd /src/interfaces
parenta6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2 (diff)
Post-PG 10 beta1 pgperltidy run
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/test/regress.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/test/regress.pl b/src/interfaces/libpq/test/regress.pl
index c403130c6a7..3ad638a91b7 100644
--- a/src/interfaces/libpq/test/regress.pl
+++ b/src/interfaces/libpq/test/regress.pl
@@ -35,7 +35,8 @@ while (<$regress_in_fh>)
}
# restore STDOUT/ERR so we can print the outcome to the user
-open(STDERR, ">&", $olderr_fh) or die; # can't complain as STDERR is still duped
+open(STDERR, ">&", $olderr_fh)
+ or die; # can't complain as STDERR is still duped
open(STDOUT, ">&", $oldout_fh) or die "can't restore STDOUT: $!";
# just in case