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

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak the existing special case for AIX in pg_getaddrinfo_all()
Date: 2009-01-23 19:58:06
Message-ID: 20090123195806.974A77559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)