postgresql/src/backend/postmaster
Magnus Hagander 4acf99b2f3 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.
2010-11-16 12:40:56 +01:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
autovacuum.c Fix permanent memory leak in autovacuum launcher 2010-11-08 18:35:42 -03:00
bgwriter.c Add new buffers_backend_fsync field to pg_stat_bgwriter. 2010-11-15 12:42:59 -05:00
fork_process.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgarch.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgstat.c Add new buffers_backend_fsync field to pg_stat_bgwriter. 2010-11-15 12:42:59 -05:00
postmaster.c Send paramHandle to subprocesses as 64-bit on Win64 2010-11-16 12:40:56 +01:00
syslogger.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
walwriter.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00