Re: 7.1 vs. 7.2 on AIX 5L

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.1 vs. 7.2 on AIX 5L
Дата
Msg-id 25762.1011116064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.1 vs. 7.2 on AIX 5L  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> I think that the culprit may also be the S_UNLOCK (use _clear_lock) ?

If isync is anything like the MB instruction on Alpha (ie, force memory
updates to occur before proceeding), then it must be used in S_UNLOCK
as well as S_LOCK.  All updates done within the spinlocked section must
reach memory before another processor is allowed to acquire the lock.
        regards, tom lane


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: 7.1 vs. 7.2 on AIX 5L
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Theory about XLogFlush startup failures