Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.
Tom Lane <tgl@sss.pgh.pa.us>
Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST. We don't actually need the flag, so just #define it as zero in such cases.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/getaddrinfo.h | modified | +10 −2 |