Re: [7.4] statistics collector: Protocol not supported

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [7.4] statistics collector: Protocol not supported
Date: 2003-11-23 18:56:27
Message-ID: 28597.1069613787@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kurt Roeckx <Q(at)ping(dot)be> writes:
> 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.

If you don't see something about "disabling statistics collector for
lack of working socket" then there's no reason to worry.

I'm surprised you don't see any similar message about failing to create
an IPv6 postmaster listen socket though?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-23 19:08:14 Re: Function parameter names
Previous Message Tom Lane 2003-11-23 18:53:36 Re: Anyone working on pg_dump dependency ordering?