File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 * Portions Copyright (c) 1994, Regents of the University of California
1616 *
1717 * IDENTIFICATION
18- * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.43 2006/08/01 19:03:11 momjian Exp $
18+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.44 2006/08/04 16:42:56 tgl Exp $
1919 *
2020 *-------------------------------------------------------------------------
2121 */
@@ -127,7 +127,7 @@ RegisterAddinLWLock(LWLockId *lock)
127127/*
128128 * NumAddinLWLocks() --- Return the number of LWLocks requested by add-ins.
129129 */
130- int
130+ static int
131131NumAddinLWLocks ()
132132{
133133 return num_addin_locks ;
@@ -136,7 +136,7 @@ NumAddinLWLocks()
136136/*
137137 * AssignAddinLWLocks() --- Assign LWLocks previously requested by add-ins.
138138 */
139- void
139+ static void
140140AssignAddinLWLocks ()
141141{
142142 LWLockNode * node = addin_locks ;
You can’t perform that action at this time.
0 commit comments