Re: IPV4 addresses on IPV6 machines in pg_hba.conf

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: IPV4 addresses on IPV6 machines in pg_hba.conf
Date: 2003-09-05 22:25:15
Message-ID: 3F590D4B.5010705@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:

>
>
>>IMHO the struct needs to be created officially by
>>getaddrinfo(), which will lead more or less the the same solution I
>>posted previously.
>>
>>
>
>No, we just need to use datastructures that are under our control for
>the values that will get passed to rangeSockAddr. A few more lines...
>
>
>
Hm,

are you sure it's not just for beauty's sake? While talking about
beauty: that setting of *cidr_slash to '/' and 0 doesn't look too
esthetic...

Regards,
Andreas

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Mark Kirkwood 2003-09-05 23:05:43 Re: Minor verbosity increase for analyze
Previous Message Tom Lane 2003-09-05 22:17:11 Re: IPV4 addresses on IPV6 machines in pg_hba.conf