Re: IPv6 patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: IPv6 patch
Дата
Msg-id 200301071712.h07HCKN24069@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: IPv6 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: IPv6 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Larry Rosenman <ler@lerctr.org> writes:
> > Please make sure that you can handle the situation of a IPv6 API, but no 
> > IPv6 stack.  (E.G. UnixWare up to at least 7.1.3).
> 
> Certainly.  But that is just an autoconfiguration problem.  If a v6 IP
> address is available, we should bind to it.

We already do.  The issue is what way should we give admins to _fail_ if
IPv6 doesn't start.  Maybe just a postgresql.conf setting,
"exit_on_ipv6_failure" or something like that.  It unlinks the param to
the -i/tcpip_socket functionality.  However, it doesn't give us a way to
do IPv4 only if the server supports IPv6 too, or to do IPv6 only.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: IPv6 patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: IPv6 patch