Re: compile error via SIOCGLIFCONF from ip.c on hpux-11 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile error via SIOCGLIFCONF from ip.c on hpux-11
Date
Msg-id 1352.1291055934@sss.pgh.pa.us
Whole thread Raw
In response to compile error via SIOCGLIFCONF from ip.c on hpux-11  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: compile error via SIOCGLIFCONF from ip.c on hpux-11
List pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> PostgreSQL 9 is breaking for me on line 654 of ip.c.  ip.c is checking
> on presence SIOCGLIFCONF to determine if it's ok to use linux method
> of polling if addrs etc over ioctl, which is not enough. hpux provides
> this method in similar fashion, but the structs are named different,
> and have different members.

This was complained of last month, and the situation has not changed:
http://archives.postgresql.org/pgsql-general/2010-10/msg00408.php
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PROPOSAL of xmlvalidate
Next
From: Magnus Hagander
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Remove outdated comments from the regression test files.