projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e704692
)
Have to PROC_INCR_SLOCK before return.
author
Vadim B. Mikheev
<vadim4o@yahoo.com>
Mon, 22 Sep 1997 04:20:53 +0000
(
04:20
+0000)
committer
Vadim B. Mikheev
<vadim4o@yahoo.com>
Mon, 22 Sep 1997 04:20:53 +0000
(
04:20
+0000)
src/backend/storage/ipc/spin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/spin.c
b/src/backend/storage/ipc/spin.c
index 5300e2ecd4d3f33664182f4289da1c9e12e581a5..bf45092fbfa8846f006aba233e674d6673fc9349 100644
(file)
--- a/
src/backend/storage/ipc/spin.c
+++ b/
src/backend/storage/ipc/spin.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.
9 1997/09/18 14:20:18 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.
10 1997/09/22 04:20:53 vadim
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-116,7
+116,7
@@
ex_try_again:
printf("OUT: ");
PRINT_LOCK(slckP);
#endif
-
return
;
+
break
;
case SHAREDLOCK:
case EXCLUSIVELOCK:
S_UNLOCK(&(slckP->locklock));