Win32 semaphore patch

From: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-patches(at)postgresql(dot)org
Subject: Win32 semaphore patch
Date: 2006-04-20 12:05:49
Message-ID: Pine.LNX.4.58.0604200758020.642@eon.cs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
conf.diff text/plain 2.4 KB
win32_sema.c text/plain 4.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-04-20 13:37:11 Re: Win32 semaphore patch
Previous Message Bruce Momjian 2006-04-20 09:45:14 Re: BUG #2401: spinlocks not available on amd64