• Magnus Hagander's avatar
    Send paramHandle to subprocesses as 64-bit on Win64 · 4acf99b2
    Magnus Hagander authored
    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 a 64-bit value should be sent across as 64-bit, and not
    zero out the top 32 bits.
    
    Noted by Tom Lane.
    4acf99b2
postmaster.c 135 KB