Thread: pgsql: Upon closer inspection, the sparc code in s_lock.c is dead code,

pgsql: Upon closer inspection, the sparc code in s_lock.c is dead code,

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Upon closer inspection, the sparc code in s_lock.c is dead code, and
always has been, because it's not got any .globl declaration!  We've
been relying on the solaris_sparc.s code instead.  Rip it out.
(Not back-patched, since this is just cosmetic cleanup.)

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        s_lock.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/s_lock.c.diff?r1=1.44&r2=1.45)