Thanks to visit codestin.com Credit goes to github.com
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 a2a0842 commit 09dfed4Copy full SHA for 09dfed4
src/include/storage/s_lock.h
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.4 1997/09/22 15:59:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.5 1997/09/22 18:14:25 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -146,7 +146,7 @@ static int tas(slock_t *lock);
146
147
#define S_LOCK(lock) do \
148
{ \
149
- while (cs((int *) (lock), 0, 1)) \
+ while (cs((int *) (lock), 0, 1)) \
150
; \
151
} while (0)
152
@@ -381,7 +381,7 @@ success: \n\
381
");
382
}
383
384
-#define S_LOCK(lock) do \
+#define S_LOCK(lock) do \
385
386
while (tas(lock)) \
387
0 commit comments