summaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
authorBruce Momjian2004-08-29 03:16:30 +0000
committerBruce Momjian2004-08-29 03:16:30 +0000
commit283cb4f5613aa9506654188de7a440ab43bc658f (patch)
tree72ca17b82400c10a66afad0fbe63e1053b34ec3b /src/bin/psql/stringutils.c
parent8f723a1ab0587b32fd7e64dafb8e3c1b602381ad (diff)
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/bin/psql/stringutils.c')
0 files changed, 0 insertions, 0 deletions