We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta7d400a commit3467758Copy full SHA for 3467758
src/backend/storage/lmgr/lwlock.c
@@ -15,7 +15,7 @@
15
* Portions Copyright (c) 1994, Regents of the University of California
16
*
17
* IDENTIFICATION
18
- * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.43 2006/08/01 19:03:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/lmgr/lwlock.c,v 1.44 2006/08/04 16:42:56 tgl Exp $
19
20
*-------------------------------------------------------------------------
21
*/
@@ -127,7 +127,7 @@ RegisterAddinLWLock(LWLockId *lock)
127
/*
128
*NumAddinLWLocks() --- Return the number of LWLocks requested by add-ins.
129
130
-int
+staticint
131
NumAddinLWLocks()
132
{
133
returnnum_addin_locks;
@@ -136,7 +136,7 @@ NumAddinLWLocks()
136
137
*AssignAddinLWLocks() --- Assign LWLocks previously requested by add-ins.
138
139
-void
+staticvoid
140
AssignAddinLWLocks()
141
142
LWLockNode*node=addin_locks;