Tom Lane wrote:
>"Rocco Altier" <RoccoA@Routescape.com> writes:
>
>
>>Also, kookaburra (AIX) has a problem with the stats test as well.
>>
>>
>
>kookaburra's problem is entirely different, not intermittent in the
>least. The error diff shows that stats collection is off, and its
>postmaster log says
>
>LOG: could not bind socket for statistics collector: Permission denied
>LOG: disabling statistics collector for lack of working socket
>
>I have no idea what's causing that --- the only reason I know of for
>EACCES from bind() is trying to bind to a privileged port number, and
>one hopes we're not doing that.
>
>
>
>
The other things that's rather odd is that it's failing at the
installcheck stage, which means it just passed this same test moments
before are the check stage. Installcheck failures in buildfarm should
always be regarded suspiciously.
cheers
andrew