Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
authorAndrew Dunstan <[email protected]>
Wed, 21 Apr 2021 14:21:22 +0000 (10:21 -0400)
committerAndrew Dunstan <[email protected]>
Wed, 21 Apr 2021 14:29:48 +0000 (10:29 -0400)
commita2eb086042ba7b2c50f0708ba302ce83a844529b
tree6b20405261b20671cdb6d0370d6b2077f90de708
parentf8ba416a98ceded2f97bd3aaa06b081c216ac4d7
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