Re: Scaling PostgreSQL at multicore Power8

Поиск
Список
Период
Сортировка
От YUriy Zhuravlev
Тема Re: Scaling PostgreSQL at multicore Power8
Дата
Msg-id 1511856.v9c6iWLUD5@dinodell
обсуждение исходный текст
Ответ на Re: Scaling PostgreSQL at multicore Power8  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Monday 31 August 2015 13:03:07 you wrote:
> That's definitely not correct, you should initialize the atomics using
> pg_atomic_init_u32() and write to by using pg_atomic_write_u32() - not
> access them directly. This breaks the fallback paths.

You right. Now it's just to silence the compiler. 
This patch is concept only.

-- 
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



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

Предыдущее
От: "Shulgin, Oleksandr"
Дата:
Сообщение: Adding since-version tags to the docs?
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Reducing ClogControlLock contention