forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40e6401
committed
On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently
than on other platforms, and only IPv6 addresses are returned. Because ofthose two issues, fall back to ioctl(SIOCGIFCONF) on HP/UX, so that it atleast compiles and finds IPv4 addresses. This function is currently onlyused for interpreting samehost/samenet in pg_hba.conf, which isn't thatcritical.1 parent54685b1 commit40e6401
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
641 | 647 |
| |
642 | 648 |
| |
643 |
| - | |
| 649 | + | |
644 | 650 |
| |
645 | 651 |
| |
646 | 652 |
| |
|
0 commit comments
Comments
(0)