pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Дата
Msg-id 20050828182608.5F59CD8127@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a SYNC instruction to the S_UNLOCK sequence for MIPS.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/include/storage:
        s_lock.h (r1.133.4.3 -> r1.133.4.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.133.4.3&r2=1.133.4.4)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use GetCurrentThreadId, per Magnus.