]> granicus.if.org Git - postgresql/commit
Whack getaddrinfo() patch around until it works, more or less, on
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Apr 2003 00:49:28 +0000 (00:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Apr 2003 00:49:28 +0000 (00:49 +0000)
commit1da6eb7fdaa79a93972c290174bd7136672a894f
treef678004bfc882908975bfa8fbe7c831ba9935306
parentf8a15f632dbdc0d24f8aa2d6a1164ed1b0f6b607
Whack getaddrinfo() patch around until it works, more or less, on
machines without IPv6.  Or at least it works on HPUX 10.20 ...
13 files changed:
config/c-library.m4
configure
configure.in
src/backend/libpq/ip.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/include/getaddrinfo.h
src/include/libpq/ip.h
src/include/pg_config.h.in
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-misc.c
src/port/getaddrinfo.c
src/template/hpux