[COMMITTERS] pgsql: Send paramHandle to subprocesses as 64-bit on Win64

2010-11-16 Thread Magnus Hagander
Send paramHandle to subprocesses as 64-bit on Win64 The handle to the shared memory segment containing startup parameters was sent as 32-bit even on 64-bit systems. Since HANDLEs appear to be allocated sequentially this shouldn't be a problem until we reach 2^32 open handles in the postmaster, but

[COMMITTERS] pgsql: Send paramHandle to subprocesses as 64-bit on Win64

2010-11-16 Thread Magnus Hagander
Send paramHandle to subprocesses as 64-bit on Win64 The handle to the shared memory segment containing startup parameters was sent as 32-bit even on 64-bit systems. Since HANDLEs appear to be allocated sequentially this shouldn't be a problem until we reach 2^32 open handles in the postmaster, but