pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all()

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all()
Дата
Msg-id 20090123195806.974A77559ED@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak the existing special case for AIX in pg_getaddrinfo_all() to handle
yet another failure case in AIX's getaddrinfo().  Per report and patch
by Andrew Chernow.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        ip.c (r1.43 -> r1.44)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c?r1=1.43&r2=1.44)

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

Предыдущее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: AIX busted inet/cidr types by not properly
Следующее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: backed out a change made during debugging