Re: Ipv6 network cleanup patch #2.

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Ipv6 network cleanup patch #2.
Date: 2003-06-01 23:13:03
Message-ID: 20030601231303.GB19271@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, Jun 01, 2003 at 11:53:58PM +0200, Peter Eisentraut wrote:
> > - 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.
>
> That depends on what we decide(d?) to do with the IPv6 support in the
> first place. Some people have suggested to silently disable IPv6 if the
> kernel isn't set up for it, others wanted an explicit switch.
> pg_hba.conf should then behave similarly.

This has nothing to do with the kernel supporting it but with the
libc (or other libs) supporting it.

If we use our getaddrinfo() because the system doesn't provide
any, we give an error trying to read what is in the config file.

Kurt

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-06-02 00:02:45 Re: Table-driven SHOW (was Re: Are we losing momentum?)
Previous Message Kurt Roeckx 2003-06-01 23:10:25 Re: Ipv6 network cleanup patch #2.