Re: PostgreSQL 8.0.3 and Ipv6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Petr Jelinek <pjmodos(at)seznam(dot)cz>, Magnus Hagander <mha(at)sollentuna(dot)net>, voss(at)arnet(dot)com(dot)br, Chuck McDevitt <cmcdevitt(at)greenplum(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 8.0.3 and Ipv6
Date: 2005-08-21 15:08:34
Message-ID: 22821.1124636914@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> I am bit worried about those HAVE_IPV6 ifdefs - they will prolly have
>> to be modified to C code under windows

> Now I consider it you might be right. Here's a list of those places:
> [lots]

You should not have to touch the HAVE_IPV6 code --- if you think you
do, you're misunderstanding the problem. The IPV6 code was designed
to work even if the local kernel does not understand IPV6 (of course
you don't actually get any IPV6 connectivity, but nothing breaks).
It should be possible to handle Windows the same way.

> Can we even get this done for 8.1, or is it too late?

Considering that this is a new feature that we didn't have in 8.0,
anything more than a very localized tweak is not going to be accepted
for 8.1.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2005-08-21 16:38:50 Re: [GENERAL] Cascades Failing
Previous Message Andrew Dunstan 2005-08-21 14:26:48 Re: PostgreSQL 8.0.3 and Ipv6

Browse pgsql-patches by date

  From Date Subject
Next Message Matt A. 2005-08-21 17:21:43 insert into table (column) values (nullif('',''));
Previous Message Andrew Dunstan 2005-08-21 14:39:31 Re: PL/Perl embedding string common elements