Re: better atomics - v0.6

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: better atomics - v0.6
Дата
Msg-id 20140924183612.GA16581@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: better atomics - v0.6  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2014-09-24 14:28:18 -0400, Tom Lane wrote:
> Note that the spinlock code separates s_lock.h (hardware implementations)
> from spin.h (a hardware-independent abstraction layer).  Perhaps there's
> room for a similar separation here.

Luckily that separation exists ;). The hardware dependant bits are in
different files than the platform independent functionality on top of
them (atomics/generic.h).

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: add modulo (%) operator to pgbench
Следующее
От: Andrew Dunstan
Дата:
Сообщение: json_object_agg return on no rows