pgsql: Get the MIPS assembler syntax right.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get the MIPS assembler syntax right.
Date: 2005-08-27 16:22:58
Message-ID: 20050827162258.D36DCD7D51@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Get the MIPS assembler syntax right. Also add a separate sync command;
the reference I consulted yesterday said SC does a SYNC, but apparently
this is not true on newer MIPS processors, so be safe.

Tags:
----
REL8_0_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-27 18:04:49 pgsql: Fix two separate bugs in setrefs.c.
Previous Message Tom Lane 2005-08-27 16:22:48 pgsql: Get the MIPS assembler syntax right.