Ipv6 network cleanup patch #2.

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Ipv6 network cleanup patch #2.
Дата
Msg-id 20030601174052.GA15490@ping.be
обсуждение исходный текст
Ответы Re: Ipv6 network cleanup patch #2.  (Peter Eisentraut <peter_e@gmx.net>)
Re: Ipv6 network cleanup patch #2.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Here is an updated patch for my ipv6 related changes.

Most important change is to get my cidr support in line with the
patch Andrew Dunstan made.

I have 3 things that might need changing:
- configure now checks inet_ntop() to check if there is ipv6
  support, where we don't even use that function anymore now.
  Maybe just checking for sockaddr_in6 will be enough?

- pg_hba.conf.sample has ipv6 addresses in them. If you don't
  have support for ipv6 it will give an error on that.  Not sure
  what to do with that.

- Maybe have a getnameinfo_unix(), like getaddrinfo_unix()?

Note that I only tested this on Linux so far.

I also attached a file with the changes in it.


Kurt


Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: array support patch phase 1 patch
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Valid HTML/XHTML output for psql