Re: Win32 semaphore patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 semaphore patch
Date: 2006-04-29 16:35:02
Message-ID: 200604291635.k3TGZ2910086@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied, and I added a mention that anonymous semaphores were
used, and are deleted on last reference.

---------------------------------------------------------------------------

Qingqing Zhou wrote:
> Attached is a patch for Win32 semaphore reimplementation per discussion
> with Tom and Magnus. Basically it implements the interfaces defined in
> pg_sema.h using unnamed semaphores in Win32. Change in configure.in is
> needed to support this modification.
>
> Regards,
> Qingqing

Content-Description:

[ Attachment, skipping... ]

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-29 16:43:54 Re: Patch for BUG #2073: Can't drop sequence when created
Previous Message Martijn van Oosterhout 2006-04-29 10:59:15 Re: Cleaning up multiply-defined-symbol warnings on OS X