Re: [PATCHES] PostgreSQL 8.0.3 and Ipv6

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, <pgsql-hackers-win32(at)postgresql(dot)org>
Cc: <voss(at)arnet(dot)com(dot)br>
Subject: Re: [PATCHES] PostgreSQL 8.0.3 and Ipv6
Date: 2005-08-17 06:55:12
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C78BE@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> Researching this some more, I see:
>
> /mingw/include/ws2tcpip.h:struct sockaddr_in6 {
>
> do we need to include this somewhere?

Probably.
Note that most of what's in that file is only supported on win2000 and
newer, IIRC. So I'm unsure wether we can include it unconditionally - it
has to be tested.

//Magnus

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2005-08-17 12:57:51 Re: [PATCHES] PostgreSQL 8.0.3 and Ipv6
Previous Message Andrew Dunstan 2005-08-16 21:54:37 Re: [PATCHES] PostgreSQL 8.0.3 and Ipv6