Re: signal 11 on AIX: 7.4.2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: signal 11 on AIX: 7.4.2
Date
Msg-id 25306.1082387887@sss.pgh.pa.us
Whole thread Raw
In response to Re: signal 11 on AIX: 7.4.2  (Andrew Sullivan <ajs@crankycanuck.ca>)
Responses Re: signal 11 on AIX: 7.4.2  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: signal 11 on AIX: 7.4.2  (Jan Wieck <JanWieck@Yahoo.com>)
Re: signal 11 on AIX: 7.4.2  (Andrew Sullivan <ajs@crankycanuck.ca>)
List pgsql-hackers
Andrew Sullivan <ajs@crankycanuck.ca> writes:
> On Thu, Apr 15, 2004 at 07:52:59PM -0400, Tom Lane wrote:
>> I can see from your trace that you are using the getaddrinfo code from
>> libc, but where is configure finding a header that declares struct
>> addrinfo?

> Hrm, I can't seem to tell.  I see this in config.log, but it isn't
> telling me where it found it.  Am I looking in the wrong place?

What you'd need to do is determine which system headers are being
#include'd by that config test, and then look through them to find
struct addrinfo.

A shortcut is just to grep through /usr/include and its subdirectories
for addrinfo.  If you only find one definition, then you don't really
need to worry too much.  But if there's more than one you need to
determine which is getting used.
        regards, tom lane


pgsql-hackers by date:

Previous
From:
Date:
Subject: Re: [HACKERS] executing prepared select, missing RowDescription info
Next
From: Tom Lane
Date:
Subject: Re: GUC variable set, TODO