pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Date
Msg-id 20050828182608.5F59CD8127@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use GetCurrentThreadId, per Magnus.