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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)