Re: Statistics collector port / unix dom. socket?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statistics collector port / unix dom. socket?
Дата
Msg-id 13335.1272987580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Statistics collector port / unix dom. socket?  (Peter Sabaini <peter.sabaini@ait.ac.at>)
Ответы Re: Statistics collector port / unix dom. socket?  (Peter Sabaini <peter.sabaini@ait.ac.at>)
Список pgsql-admin
Peter Sabaini <peter.sabaini@ait.ac.at> writes:
> it seems Postgres tries to send a UDP packet to a random high port to
> communicate with the statistics collector daemon. We have rather strict
> packet filter rules in place, and I'd like to make the system use a
> fixed port for this, or even better a Unix domain socket. Is this
> possible (setting a compile time or run time parameter)?

No, the stats collector just uses whatever port bind() chooses for it.
I'd suggest backing off your ideas about how much filtering is
appropriate for local connections.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ubuntu 10.04 - Cannot Create TCP/IP Sockets
Следующее
От: Bob Lunney
Дата:
Сообщение: Re: Runaway Locks