pgsql: Work around reported problem that AIX's getaddrinfo() doesn't - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Date
Msg-id 20061019172637.C23F29FB21F@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Work around reported problem that AIX's getaddrinfo() doesn't seem to zero
sin_port in the returned IP address struct when servname is NULL.  This has
been observed to cause failure to bind the stats collection socket, and
could perhaps cause other issues too.  Per reports from Brad Nicholson
and Chris Browne.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        ip.c (r1.32.2.1 -> r1.32.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.32.2.1&r2=1.32.2.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Work around reported problem that AIX's getaddrinfo() doesn't