Re: Ability to listen on two unix sockets

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Ability to listen on two unix sockets
Дата
Msg-id 29631.1339650292@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Ability to listen on two unix sockets  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Ability to listen on two unix sockets  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Maybe:

> listen_addresses = { host | host:port | * | *:port } [, ...]
> unix_socket_directory = { directory | directory:port ] [,...]

> ...except that colon is a valid character in a directory name.  Not
> sure what to do about that.

Do we need to do anything?  There are no standard scenarios in which a
colon would appear in such paths, and I don't see why we need to cater
for it.  (Remember that Windows doesn't enter into this ...)
        regards, tom lane


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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: libpq compression
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq compression