pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all() - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all()
Date
Msg-id 20090123195806.974A77559ED@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: AIX busted inet/cidr types by not properly
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: backed out a change made during debugging