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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Date: 2005-08-28 18:26:02
Message-ID: 20050828182602.3DA07D80D5@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a SYNC instruction to the S_UNLOCK sequence for MIPS.

Modified Files:
--------------
pgsql/src/include/storage:
s_lock.h (r1.138 -> r1.139)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.138&r2=1.139)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-28 18:26:08 pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.
Previous Message Bruce Momjian 2005-08-28 16:37:48 pgsql: Add comment about pthread_self() cast.