Re: non-ipv6 vs hostnames

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: non-ipv6 vs hostnames
Дата
Msg-id 26241.1313503969@sss.pgh.pa.us
обсуждение исходный текст
Ответ на non-ipv6 vs hostnames  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: non-ipv6 vs hostnames  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Accidentally specifying an IPv6 address in pg_hba.conf on a system
> that doesn't have ipv6 support gives the following error:

> LOG:  specifying both host name and CIDR mask is invalid: "::1/128"

> Which is obviously wrong, because I didn't do that. Do we need to
> detect and special-case ipv6 addresses in this case?

Doesn't really seem worth going out of our way for that.  Systems with
no IPv6 support are a dying breed, and will be more so by the time 9.2
gets deployed.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_stat_replication vs StandbyReplyMessage
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: non-ipv6 vs hostnames