Re: BUG #1480: A wildcard for the listen address doesn't work

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1480: A wildcard for the listen address doesn't work
Дата
Msg-id 29442.1108401130@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1480: A wildcard for the listen address doesn't work  ("Glen" <glen@cert.ucr.edu>)
Список pgsql-bugs
"Glen" <glen@mail.cert.ucr.edu> writes:
> If I go with this in my postgresql.conf file, then postgresql doesn't listen
> on anything but localhost:
> listen_addresses = '*'

You sure it's broken?  It only needs to create one socket for that case,
not one per NIC.

If it indeed doesn't work then there's something wrong with
getaddrinfo() on your machine.  FWIW, it seems to work fine for
me on Fedora Core 3.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #1451
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1481: ERROR: type tablename does not exist