diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-29 03:16:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-29 03:16:30 +0000 |
commit | 466c1290df8dac0dacac781fc65583d4fef8747e (patch) | |
tree | 4393c657275c007555a64873c192dd44f8d91632 /src/backend/access/gist/gist.c | |
parent | 71fce6ce1b3e88c4d4a528081963ae502380cfe7 (diff) | |
download | postgresql-466c1290df8dac0dacac781fc65583d4fef8747e.tar.gz |
Fix for postmaster.c function win32_waitpid(int *exitstatus) call to
Win32 WaitForMultipleObjects:
ret = WaitForMultipleObjects(win32_numChildren, win32_childHNDArray,
FALSE, 0);
Problem is 'win32_numChildren' could be more then 64 ( function supports
), problem basically arise ( kills postgres ) when you create more then
64 connections and terminate some of them sill leaving more then 64.
Claudio Natoli
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions