Re: postmaster LISTENing on UDP port 32938

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postmaster LISTENing on UDP port 32938
Date: 2009-02-11 18:50:41
Message-ID: 12457.1234378241@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton <dev(at)archonet(dot)com> writes:
> rhubbell wrote:
>> Found this on a recent install. I don't find anything documented on why
>> postmaster is LISTENing on this port. What's the purpose?
>> If it's not required how to disable?

> It should just be localhost and I believe it's the stats collector
> talking to the rest of the system.

Also, the socket has been connect()'d to itself, which means that it is
impossible for any non-database process to send to it anyway (barring
your kernel being subverted, in which case this is the least of your
worries). There's no security hole here.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kedar 2009-02-11 18:52:55 Re: COPY command question
Previous Message Sam Mason 2009-02-11 18:45:02 Re: COPY command question