Re: stats collector "connection refused" on recv of test message

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Singer <ssinger_pg(at)sympatico(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: stats collector "connection refused" on recv of test message
Date: 2010-06-20 16:39:06
Message-ID: 26254.1277051946@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Steve Singer <ssinger_pg(at)sympatico(dot)ca> writes:
> Is using a single UDP socket structure instance for sending a message to
> yourself 'proper'? (it looks like we've been doing this in pgstat.c for
> many years without issues reported).

Why wouldn't it be?

> This machine is a 32bit powerpc running Debian linux with kernel 2.6.22 and
> glibc 2.7-18 installed. I'm wondering if something was changed in the linux
> kernel to break this.

Sounds like it. File a debian bug.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-06-20 17:39:31 Re: Small FSM is too large
Previous Message Peter Geoghegan 2010-06-20 16:32:06 Re: extensible enum types