Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 21 Apr 2021 14:21:22 +0000 (10:21 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 21 Apr 2021 14:21:22 +0000 (10:21 -0400)
commitd064afc7204b52cb78a83fea0e686693ce5ba00c
tree364714c2d52bcac65d56845c40deb34118a903ee
parentd84ffffe582b8e036a14c6bc2378df29167f3a00
Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode

This has been found to cause hangs where tcp usage is forced.

Alexey Kodratov

Discussion: https://postgr.es/m/82e271a9a11928337fcb5b5e57b423c0@postgrespro.ru

Backpatch to all live branches
src/test/perl/PostgresNode.pm