Re: pgsql: Add Win32 semaphore implementation, rather than mimicking SysV

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add Win32 semaphore implementation, rather than mimicking SysV
Date: 2006-04-29 19:27:51
Message-ID: 26147.1146338871@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> Add Win32 semaphore implementation, rather than mimicking SysV
> semaphores.

Should this patch not also remove some stuff?
src/backend/port/win32/sema.c for instance.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-29 20:13:07 pgsql: We only need to add thread.c on non-WIN32 platforms, since
Previous Message Bruce Momjian 2006-04-29 16:44:32 pgsql: Done: > * -Disallow changing default expression of a SERIAL