Re: changing the /tmp/ lock file?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: changing the /tmp/ lock file?
Дата
Msg-id 18257.1181768767@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: changing the /tmp/ lock file?  (Ben <bench@silentmedia.com>)
Список pgsql-general
Ben <bench@silentmedia.com> writes:
> Why would that be a problem if each is configured to listen on different
> addresses?

Because if they're all on the same port number, they're all trying to
use the same Unix socket.

Now, if you are mostly interested in communicating with them over IP,
you could use unix_socket_directory to force their socket files into
different places.  This'll be a PITA for local use of Unix socket
connections, but if that's what you want ...

            regards, tom lane

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: pointer to feature comparisons, please
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how to speed up query