Re: [HACKERS] backend freezeing on win32 fixed (I hope ;-) ) - Mailing list pgsql-hackers

From Chris Faylor
Subject Re: [HACKERS] backend freezeing on win32 fixed (I hope ;-) )
Date
Msg-id 19990816130949.A1087@cygnus.com
Whole thread Raw
In response to Re: [HACKERS] backend freezeing on win32 fixed (I hope ;-) )  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Aug 16, 1999 at 10:07:00AM -0400, Tom Lane wrote:
>Is it possible that the CygWin environment doesn't have a correct
>emulation of IPC semaphores, such that a sema allocated by one process
>(the postmaster) is not available to other procs (the backends)?
>That would explain preallocation not working --- but if that's it then
>we have major problems in other places, since the code assumes that a
>sema once allocated will remain available to later backends.

We don't have correct emulation of IPC semapahores since they are not
implemented at all.  I assume that if you're relying on persistent
semaphores, then some add-on package is being used.

cgf


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [CORE] Re: tomorrow
Next
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] Re: [CORE] Re: tomorrow