mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
fix silly perl error in commit d064afc720
This commit is contained in:
parent
a2eb086042
commit
246e9f0341
@ -1007,8 +1007,7 @@ sub get_new_node
|
|||||||
if ($found == 1)
|
if ($found == 1)
|
||||||
{
|
{
|
||||||
foreach my $addr (qw(127.0.0.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)
|
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
|
||||||
: ())
|
: ())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user