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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Дата
Msg-id 20061019172643.215439FB285@postgresql.org
обсуждение исходный текст
Список 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_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        ip.c (r1.31 -> r1.31.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.31&r2=1.31.4.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Work around reported problem that AIX's getaddrinfo() doesn't