On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 40e64017f3a4f1f7547dcbc62c2dcf80511ff842
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-13T19:25:27Z
Releases: 9.1.0
On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently
than on other platforms, and only IPv6 addresses are returned. Because of
those two issues, fall back to ioctl(SIOCGIFCONF) on HP/UX, so that it at
least compiles and finds IPv4 addresses. This function is currently only
used for interpreting samehost/samenet in pg_hba.conf, which isn't that
critical.

Files

PathChange+/−
src/backend/libpq/ip.c modified +7 −1