Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
To: "Tom Lane" <tgl(at)postgresql(dot)org>
Cc: "Pgsql Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Date: 2006-10-19 21:26:52
Message-ID: 6E0907A94904D94B99D7F387E08C4F570192EEF4@FALCON.INSIGHT
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This change has broken my AIX 5.2 buildfarm machine (asp/kookaburra),
but doesn't seem to break the 5.3 member (grebe).

It appears to have problems with stats being off now?

What can I do to help debug the situation?

-rocco

> -----Original Message-----
> From: pgsql-committers-owner(at)postgresql(dot)org
> [mailto:pgsql-committers-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
> Sent: Thursday, October 19, 2006 1:27 PM
> To: pgsql-committers(at)postgresql(dot)org
> Subject: [COMMITTERS] pgsql: Work around reported problem
> that AIX's getaddrinfo() doesn't
>
>
> Log Message:
> -----------
> Work around reported problem that AIX's getaddrinfo() doesn't
> seem to zero
> sin_port in the returned IP address struct when servname is
> NULL. This has
> been observed to cause failure to bind the stats collection
> socket, and
> could perhaps cause other issues too. Per reports from Brad Nicholson
> and Chris Browne.
>
> Modified Files:
> --------------
> pgsql/src/backend/libpq:
> ip.c (r1.36 -> r1.37)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/
libpq/ip.c.diff?r1=1.36&r2=1.37)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-19 21:56:21 Re: [COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't
Previous Message Merlin Moncure 2006-10-19 21:14:07 Re: Granting all tables in schema by one SQL command