pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre
Date: 2021-04-21 14:31:22
Message-ID: E1lZDsw-000354-0Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1d997cb3753253f2527aff398c2badbcda830588

Modified Files
--------------
src/test/perl/PostgresNode.pm | 33 +++++++++++++++------------------
1 file changed, 15 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-04-21 14:33:54 pgsql: Update config.guess and config.sub
Previous Message Andrew Dunstan 2021-04-21 14:31:21 pgsql: Only ever test for non-127.0.0.1 addresses on Windows in Postgre