Re: IPv6 Support for INET/CIDR types.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Paul Vixie <paul(at)vix(dot)com>
Cc: Vadim Kogan <vadim(at)xcf(dot)berkeley(dot)edu>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: IPv6 Support for INET/CIDR types.
Date: 2002-02-22 20:02:35
Message-ID: 200202222002.g1MK2ZC13929@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Paul Vixie wrote:
> > > my proposal is that we do away with the modified pgsql mirrors of these
> > > functions and teach the INET and CIDR handlers to "wrap" the BIND functions
> > > in a way that modifies the presentation format to be postgres-compatible.
> > > that way postgres can import new versions of, or use LIBC versions of,
> > > the BIND functions without having to worry about local modifications to them.
> >
> > Are we sure the Bind library versions are going to be on all the OS's we
> > support?
>
> no. that's why there should be a copy in the postgres sources, just in case.
> and that's why "./configure" has to learn how to choose whether to use the
> system supplied versions or the internal bootstrapping versions.

Oh, I get it. I am on the same planet now. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 20:05:00 Re: Libpq support for precision and scale
Previous Message Bruce Momjian 2002-02-22 20:02:01 Re: ECPG patches: get descriptor NULL alloc, external names