Re: Problem with locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with locks
Дата
Msg-id 26965.1186939350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with locks  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Problem with locks
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> Seems to me this proves nothing much, since it doesn't use the same SysV
>> semaphore API PG does.

> I was trying to copy the semaphore API exactly assuming
> USE_NAMED_POSIX_SEMAPHORES was *not* defined. According to the comments we
> prefer not to use named semaphores if possible.

What you seem to have copied is the posix_sema.c code, which AFAIK is
only used on Darwin.  sysv_sema.c is what to look at ... unless your
benchmark machine is a Mac.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Problem with locks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Interesting misbehavior of repalloc()