aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-11-16 12:40:56 +0100
committerMagnus Hagander <magnus@hagander.net>2010-11-16 12:40:56 +0100
commit4acf99b2f3bb665d2febef183ede5f08b8f7545d (patch)
treeb2c7c55e3b7d79737df3a73a5e0dd5447cf117af /src/backend/commands/sequence.c
parent2edc5cd493ce3d7834026970e9d3cd00e203f51a (diff)
downloadpostgresql-4acf99b2f3bb665d2febef183ede5f08b8f7545d.tar.gz
postgresql-4acf99b2f3bb665d2febef183ede5f08b8f7545d.zip
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 a 64-bit value should be sent across as 64-bit, and not zero out the top 32 bits. Noted by Tom Lane.
Diffstat (limited to 'src/backend/commands/sequence.c')
0 files changed, 0 insertions, 0 deletions