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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2246e31775b93fbeaf93dfc356dff62973784ee2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-12T16:50:52Z
Releases: 8.2.0
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.)

Files

PathChange+/−
src/backend/storage/lmgr/s_lock.c modified +1 −20