pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Date: 2006-10-19 17:26:51
Message-ID: 20061019172651.2B5D49FB21F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
ip.c (r1.23.2.2 -> r1.23.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.23.2.2&r2=1.23.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 17:40:03 pgsql: Simplify contrib Makefiles by removing unnecessary SRCS macro,
Previous Message Tom Lane 2006-10-19 17:26:43 pgsql: Work around reported problem that AIX's getaddrinfo() doesn't