We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e704692 commit 90d4900Copy full SHA for 90d4900
src/backend/storage/ipc/spin.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -116,7 +116,7 @@ SpinAcquire(SPINLOCK lockid)
116
printf("OUT: ");
117
PRINT_LOCK(slckP);
118
#endif
119
- return;
+ break;
120
case SHAREDLOCK:
121
case EXCLUSIVELOCK:
122
S_UNLOCK(&(slckP->locklock));
0 commit comments