Isn't HANDLE 64 bits on Win64? - Mailing list pgsql-hackers

From Tom Lane
Subject Isn't HANDLE 64 bits on Win64?
Date
Msg-id 11074.1289867732@sss.pgh.pa.us
Whole thread Raw
Responses Re: Isn't HANDLE 64 bits on Win64?
List pgsql-hackers
... and if so, isn't postmaster.c's code to transfer a HANDLE value to a
child process all wet?
sprintf(paramHandleStr, "%lu", (DWORD) paramHandle);
...
paramHandle = (HANDLE) atol(id);


BTW, it seems like it'd be a good thing if we had a Win64 machine in the
buildfarm.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq changes for synchronous replication
Next
From: Robert Haas
Date:
Subject: Re: libpq changes for synchronous replication