pgsql: Remove our inadequate kluge that tried to get AIX's various - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove our inadequate kluge that tried to get AIX's various
Date
Msg-id 20090611190015.3242A75331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Mark contrib's GiST and GIN opclass support functions as STRICT,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revisit AlterTableCreateToastTable's API once again, hoping to