Re: Ipv6 network cleanup patch #2.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Ipv6 network cleanup patch #2.
Date: 2003-06-06 17:41:30
Message-ID: 200306061741.h56HfUJ23483@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I will apply this patch with the adjustments mentioned in later emails.
I will post the final version when I apply it.

Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Kurt Roeckx wrote:
> 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
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-06 17:42:15 Re: Valid HTML/XHTML output for psql
Previous Message Joe Conway 2003-06-06 16:21:54 Re: Bug in metaphone (contrib/fuzzystrmatch)