Re: IPv6 Support for INET/CIDR types.

Поиск
Список
Период
Сортировка
От Paul Vixie
Тема Re: IPv6 Support for INET/CIDR types.
Дата
Msg-id 20020222182309.A61EE28EB0@as.vix.com
обсуждение исходный текст
Ответ на Re: IPv6 Support for INET/CIDR types.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
here's the problem.  i want to replace the inet_{net_}{ntop,pton}
functions in postgres with the real ones from bind.  however, your
versions have been patched.  so before i can replace them i need
to understand exactly what you've patched and move that logic to
the part of postgres that calls these functions.  then i can import
the real versions, which include vadim's ipv6 logic.  then i can
work on changing postgres to use the new ipv6 logic in these functions.

any help with that first step would be appreciated.

> From: Bruce Momjian <pgman@candle.pha.pa.us>
> Message-Id: <200202221810.g1MIA6C29715@candle.pha.pa.us>
> Subject: Re: [PATCHES] IPv6 Support for INET/CIDR types.
> In-Reply-To: <200110161420.f9GEKZH87408@as.vix.com>
> To: Paul A Vixie <paul@vix.com>
> Date: Fri, 22 Feb 2002 13:10:06 -0500 (EST)
> Cc: "Marc G. Fournier" <scrappy@hub.org>,
>     Vadim Kogan <vadim@xcf.berkeley.edu>, pgsql-patches@postgresql.org
> X-Mailer: ELM [version 2.4ME+ PL96 (25)]
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain; charset=US-ASCII
>
> Paul A Vixie wrote:
> > > > Seems this will have to wait for 7.3.
> > >
> > > Why?
> >
> > because i didn't get it fixed in time.
> >
> > > and, to be a bit more riendly to those of us stuck on 56k lines, could you
> > > avoid re-sending, repeatedly, large patch files?
> >
> > sorry.
>
> Paul, do you have an updated patch that can be applied to 7.3?
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026


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

Предыдущее
От: Bernhard Herzog
Дата:
Сообщение: Re: Fix for non-blocking connections in libpq
Следующее
От: Vadim Kogan
Дата:
Сообщение: Re: IPv6 Support for INET/CIDR types.