projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b931304
)
fix silly perl error in commit d064afc720
author
Andrew Dunstan
Wed, 21 Apr 2021 15:12:04 +0000
(11:12 -0400)
committer
Andrew Dunstan
Wed, 21 Apr 2021 15:16:01 +0000
(11:16 -0400)
src/test/perl/PostgresNode.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/PostgresNode.pm
b/src/test/perl/PostgresNode.pm
index 06237a9178b5049d941c46a65d563241ba70c4b0..2505645352e2aafae09bd853bbc51ef020c0654b 100644
(file)
--- a/
src/test/perl/PostgresNode.pm
+++ b/
src/test/perl/PostgresNode.pm
@@
-1172,8
+1172,7
@@
sub get_free_port
if ($found == 1)
{
foreach my $addr (qw(127.0.0.1),
- $use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
- $use_tcp && $TestLib::windows_os
+ ($use_tcp && $TestLib::windows_os)
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
: ())
{