Re: Stuff that doesn't work yet in IPv6 patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stuff that doesn't work yet in IPv6 patch
Дата
Msg-id 10498.1049499437@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Stuff that doesn't work yet in IPv6 patch  (Kurt Roeckx <Q@ping.be>)
Ответы Re: Stuff that doesn't work yet in IPv6 patch
Список pgsql-hackers
Kurt Roeckx <Q@ping.be> writes:
>> 2. SSL.  Postmaster allows SSL for AF_INET but not AF_INET6.

> Hmm, it really shouldn't matter if it uses AF_INET or AF_INET6
> ...  I should look into that.

Yeah, I suspect it just needs to replace the == AF_INET test with
an isAF_INETx() test.  But I don't have the facilities here to
verify it.

>> 4. pgstat code can only bind to 127.0.0.1 (v4 loopback).  On a v6-only
>> machine this would not exist, would it?

> I'm not sure, but I think I changed something about that.  Can
> you point me to that code?

src/backend/postmaster/pgstat.c
        regards, tom lane



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

Предыдущее
От: Kurt Roeckx
Дата:
Сообщение: Re: Stuff that doesn't work yet in IPv6 patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: more contrib: log rotator