Whack getaddrinfo() patch around until it works, more or less, on
Tom Lane <tgl@sss.pgh.pa.us>
Whack getaddrinfo() patch around until it works, more or less, on machines without IPv6. Or at least it works on HPUX 10.20 ...
Files
| Path | Change | +/− |
|---|---|---|
| config/c-library.m4 | modified | +11 −1 |
| configure | modified | +146 −1 |
| configure.in | modified | +11 −2 |
| src/backend/libpq/ip.c | modified | +36 −33 |
| src/backend/libpq/pqcomm.c | modified | +8 −4 |
| src/backend/libpq/pqformat.c | modified | +6 −4 |
| src/include/getaddrinfo.h | modified | +53 −10 |
| src/include/libpq/ip.h | modified | +25 −21 |
| src/include/pg_config.h.in | modified | +7 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +4 −4 |
| src/interfaces/libpq/fe-misc.c | modified | +3 −1 |
| src/port/getaddrinfo.c | modified | +50 −11 |
| src/template/hpux | modified | +4 −2 |