Re: Configure template change to use SysV Semaphors on darwin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Marcellino <cmarcellino(at)apple(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Configure template change to use SysV Semaphors on darwin
Date: 2007-02-08 00:54:05
Message-ID: 22211.1170896045@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Chris Marcellino <cmarcellino(at)apple(dot)com> writes:
> I searched through the archives and I can't find a mention of why the
> posix_sema code was written for Darwin.

Because Darwin didn't have anything else at the time.

> If this is in fact the case, I have a trivial patch to conditionally
> enable SysV semaphores based on the OS release:

Outta curiosity, can you measure any performance difference?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Takayuki Tsunakawa 2007-02-08 01:43:06 Re: Configure template change to use SysV Semaphors on darwin
Previous Message Jeremy Drake 2007-02-08 00:20:25 Re: WIP patch adding new regexp functions