Re: IPv6 patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: IPv6 patch
Дата
Msg-id 14383.1041959943@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: IPv6 patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: IPv6 patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The issue was that folks didn't like silent fallback to just IPv4 if the
> code supported IPv6 but it didn't bind to IPv6 for some reason, e.g.
> kernel doesn't have IPv6 enabled.

Who didn't like it, and what was their rationale?  This seems to me to
be equivalent to expecting Postgres to list out every IP address in the
world *except* the ones it was able to bind to.  That's silly.

If the system does not support IPv6, there will be no v6 address
available to bind to.  It is not going to startle anyone when we do
not bind to an IPv6 address on such a machine.

> Right now it puts a message in the
> server logs, but others wanted some specific way to enable IPv6 and fail
> if it didn't work.

Pure noise, and a useless "feature".
        regards, tom lane


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

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