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:32
Message-ID: 20061019172632.EDAE89FA5D8@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.

Modified Files:
--------------
pgsql/src/backend/libpq:
ip.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.36&r2=1.37)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 17:26:37 pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Previous Message Alvaro Herrera 2006-10-19 03:29:56 webtranslator - CVSROOT: Direct commit messages to the project's own