Re: win32 socket definition - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: win32 socket definition
Date
Msg-id 1262537149.27010.21.camel@vanquo.pezone.net
Whole thread Raw
In response to win32 socket definition  (Magnus Hagander <magnus@hagander.net>)
Responses Re: win32 socket definition
List pgsql-hackers
On fre, 2010-01-01 at 20:25 +0100, Magnus Hagander wrote:
> The win64 port has showed that we have two sockets declared
> incorrectly. They are supposed to be declared as SOCKET on win32, but
> they are declared as int. See attached patch.
> 
> Given that SOCKET is actually defined as int on win32 (no warnings or
> anything there, just on win64), I'm inclined to apply this patch just
> to HEAD and not bother with backpatching.

What is SOCKET defined as on win64?




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: PATCH: Add hstore_to_json()
Next
From: "Kevin Grittner"
Date:
Subject: Re: Serializable Isolation without blocking