"Rocco Altier" <[EMAIL PROTECTED]> 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. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend