spinlocks rewritten to mutex_
locktable uses sema_
some cond_ in bufmgr.c
Myron
Karel Zak wrote:
> On Mon, 1 Jan 2001, Myron Scott wrote:
>
>
>> For anyone interested,
>>
>> I have posted my multi-threaded version of PostgreSQL here.
>>
>> http://www.sacadia.com/mtpg.html
>
>
> How you solve locks? Via original IPC or you rewrite it to mutex (etc).
>
> Karel