Content-Length: 260479 | pFad | http://github.com/postgrespro/postgres/commit/e014d25deade08df082d2b37de45adb0c984f563

9B fix silly perl error in commit d064afc720 · postgrespro/postgres@e014d25 · GitHub
Skip to content

Commit e014d25

Browse files
committed
fix silly perl error in commit d064afc
1 parent 26ac261 commit e014d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,8 +1344,7 @@ sub get_free_port
13441344
if ($found == 1)
13451345
{
13461346
foreach my $addr (qw(127.0.0.1),
1347-
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
1348-
$use_tcp && $TestLib::windows_os
1347+
($use_tcp && $TestLib::windows_os)
13491348
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
13501349
: ())
13511350
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/e014d25deade08df082d2b37de45adb0c984f563

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy