Re: LogwrtResult contended spinlock

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LogwrtResult contended spinlock
Дата
Msg-id 2735446.1719842903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LogwrtResult contended spinlock  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: LogwrtResult contended spinlock
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
>> because the failed assertion is:
>> #ifndef PG_HAVE_ATOMIC_U64_SIMULATION
>>     AssertPointerAlignment(&currval, 8);
>> #endif

Perhaps this assertion is what is wrong?  If the platform has no
native 8-byte alignment requirement, why do we think that atomics
need it?

            regards, tom lane



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