pgsql: Remove our inadequate kluge that tried to get AIX's various

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove our inadequate kluge that tried to get AIX's various
Date: 2009-06-11 19:00:15
Message-ID: 20090611190015.3242A75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove our inadequate kluge that tried to get AIX's various broken versions
of getaddrinfo() to work. Instead, recommend updating the OS to get a working
version of getaddrinfo. Per recent discussions.

Modified Files:
--------------
pgsql/doc/src/sgml:
installation.sgml (r1.321 -> r1.322)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.321&r2=1.322)
pgsql/src/backend/libpq:
ip.c (r1.46 -> r1.47)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-11 20:46:11 pgsql: Revisit AlterTableCreateToastTable's API once again, hoping to
Previous Message Tom Lane 2009-06-11 18:30:03 pgsql: Mark contrib's GiST and GIN opclass support functions as STRICT,