Re: [PATCHES] PostgreSQL 8.0.3 and Ipv6

"Magnus Hagander" <[email protected]> Wed, 17 Aug 2005 08:55:12 +0200
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
> Researching this some more, I see:
>=20
> /mingw/include/ws2tcpip.h:struct sockaddr_in6 {
>=20
> 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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match