Re: Win32 semaphore patch

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Win32 semaphore patch
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA352D3@algol.sollentuna.se
обсуждение исходный текст
Ответ на Win32 semaphore patch  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Список 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 по дате отправления:

Предыдущее
От: Qingqing Zhou
Дата:
Сообщение: Win32 semaphore patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Win32 semaphore patch