Re: Win32 semaphore patch - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: Win32 semaphore patch
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA352D3@algol.sollentuna.se
Whole thread Raw
In response to Win32 semaphore patch  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
List pgsql-patches
In PGSemaphoreLock, should't ImmediateInterruptOK be reset in all cases?
It's not reset if we get the semaphore now. Though I won't claim to
entirely know what that flag does ;-)

(btw, I got double newlines all over)

//Magnus

> -----Original Message-----
> From: pgsql-patches-owner@postgresql.org
> [mailto:pgsql-patches-owner@postgresql.org] On Behalf Of Qingqing Zhou
> Sent: Thursday, April 20, 2006 2:06 PM
> To: pgsql-patches@postgresql.org
> Subject: [PATCHES] Win32 semaphore patch
>
> 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
>

pgsql-patches by date:

Previous
From: Qingqing Zhou
Date:
Subject: Win32 semaphore patch
Next
From: Tom Lane
Date:
Subject: Re: Win32 semaphore patch