Re: [7.4] statistics collector: Protocol not supported

From: Kurt Roeckx <Q(at)ping(dot)be>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [7.4] statistics collector: Protocol not supported
Date: 2003-11-23 12:33:19
Message-ID: 20031123123319.GA23283@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 22, 2003 at 11:32:18PM -0400, Marc G. Fournier wrote:
>
> I suspect it might be because I'm running in a jail'd environment, but
> what should I be looking at to confirm?
>
> could not create socket for statistics collector: Protocol not supported

You probably shouldn't worry about it. Maybe this message could
be made more clear too.

It probably does socket(AF_INET6), which fails, and gives the
above message, and then tries socket(AF_INET) which works.

Kurt

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-11-23 12:39:24 Re: pg_dump dependency / physical hot backup
Previous Message Oleg Bartunov 2003-11-23 11:33:43 Re: Commercial binary support?