Re: experimental: replace s_lock spinlock code with pthread_mutex on linux

Поиск
Список
Период
Сортировка
От Nils Goroll
Тема Re: experimental: replace s_lock spinlock code with pthread_mutex on linux
Дата
Msg-id 4FEADC27.30100@schokola.de
обсуждение исходный текст
Ответ на Re: experimental: replace s_lock spinlock code with pthread_mutex on linux  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
>> Using futexes directly could be even cheaper.
> Note that below this you only have the futex(2) system call.
I was only referring to the fact that we could save one function and one library
call, which could make a difference for the uncontended case.


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

Предыдущее
От: Asif Naeem
Дата:
Сообщение: plpython issue with Win64 (PG 9.2)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH 01/16] Overhaul walsender wakeup handling