[COMMITTERS] pgsql: Make connect/test1 independent of localhost IPv6. - Mailing list pgsql-committers

From Noah Misch
Subject [COMMITTERS] pgsql: Make connect/test1 independent of localhost IPv6.
Date
Msg-id E1eDefF-0007cp-Mc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make connect/test1 independent of localhost IPv6.

Since commit 868898739a8da9ab74c105b8349b7b5c711f265a, it has assumed
"localhost" resolves to both ::1 and 127.0.0.1.  We gain nothing from
that assumption, and it does not hold in a default installation of Red
Hat Enterprise Linux 5.  Back-patch to 9.3 (all supported versions).

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c80348d24914d9ddf65d56d2c343a7f2b820705

Modified Files
--------------
src/interfaces/ecpg/test/connect/test1.pgc             | 2 +-
src/interfaces/ecpg/test/expected/connect-test1.c      | 2 +-
src/interfaces/ecpg/test/expected/connect-test1.stderr | 7 ++-----
3 files changed, 4 insertions(+), 7 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: Fix connect/test1 expected output.
Next
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: Don't call pgwin32_message_to_UTF16() withoutCurrentMemoryConte