projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d997cb
)
fix silly perl error in commit d064afc720
author
Andrew Dunstan
<
[email protected]
>
Wed, 21 Apr 2021 15:12:04 +0000
(11:12 -0400)
committer
Andrew Dunstan
<
[email protected]
>
Wed, 21 Apr 2021 15:16:22 +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 0ed0114a99beeefb6fed7dd605b2bd719371f2c6..377b8a1514dfa0157037c9a2c1fde3bb462f76f1 100644
(file)
--- a/
src/test/perl/PostgresNode.pm
+++ b/
src/test/perl/PostgresNode.pm
@@
-992,8
+992,7
@@
sub get_new_node
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)
: ())
{