Content-Length: 259788 | pFad | http://github.com/postgrespro/postgres/commit/574a1b8fb42a9a74b84137a7600d561b4b2d48a4

BC fix silly perl error in commit d064afc720 · postgrespro/postgres@574a1b8 · GitHub
Skip to content

Commit 574a1b8

Browse files
committed
fix silly perl error in commit d064afc
1 parent d31ae92 commit 574a1b8

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
@@ -1200,8 +1200,7 @@ sub get_free_port
12001200
if ($found == 1)
12011201
{
12021202
foreach my $addr (qw(127.0.0.1),
1203-
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
1204-
$use_tcp && $TestLib::windows_os
1203+
($use_tcp && $TestLib::windows_os)
12051204
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
12061205
: ())
12071206
{

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/574a1b8fb42a9a74b84137a7600d561b4b2d48a4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy