pgsql: Add code to use Windows getaddrinfo and friends if they exist.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add code to use Windows getaddrinfo and friends if they exist.
Date: 2005-08-24 22:13:29
Message-ID: 20050824221329.26A9DD7AB2@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code to use Windows getaddrinfo and friends if they exist. This
has to be tested dynamically if we want to make portable executables.
Chuck McDevitt and Andrew Dunstan.

Modified Files:
--------------
pgsql/src/port:
getaddrinfo.c (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/getaddrinfo.c.diff?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-25 00:11:53 pgsql: Back-patch fix to correctly quote schema names in --no-owner
Previous Message Tom Lane 2005-08-24 22:03:16 pgsql: Preliminary pass at release note editing.