File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
* Portions Copyright (c) 1994, Regents of the University of California
16
16
*
17
17
* 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 $
19
19
*
20
20
*-------------------------------------------------------------------------
21
21
*/
@@ -127,7 +127,7 @@ RegisterAddinLWLock(LWLockId *lock)
127
127
/*
128
128
* NumAddinLWLocks() --- Return the number of LWLocks requested by add-ins.
129
129
*/
130
- int
130
+ static int
131
131
NumAddinLWLocks ()
132
132
{
133
133
return num_addin_locks ;
@@ -136,7 +136,7 @@ NumAddinLWLocks()
136
136
/*
137
137
* AssignAddinLWLocks() --- Assign LWLocks previously requested by add-ins.
138
138
*/
139
- void
139
+ static void
140
140
AssignAddinLWLocks ()
141
141
{
142
142
LWLockNode * node = addin_locks ;
You can’t perform that action at this time.
0 commit comments