pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions,
Date: 2006-02-21 06:07:10
Message-ID: 20060221060710.1797F9DC997@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust probe for getaddrinfo to cope with macro-ized definitions, such
as Tru64's. Per previous discussion.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql:
configure (r1.461.2.8 -> r1.461.2.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.461.2.8&r2=1.461.2.9)
configure.in (r1.431.2.8 -> r1.431.2.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.431.2.8&r2=1.431.2.9)
pgsql/src/include:
pg_config.h.in (r1.87.2.2 -> r1.87.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.87.2.2&r2=1.87.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-21 18:01:32 pgsql: Fix old pg_dump oversight: default values for domains really need
Previous Message Tom Lane 2006-02-21 06:06:50 pgsql: Adjust probe for getaddrinfo to cope with macro-ized definitions,