8000
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 bbef913 commit 9f6f51dCopy full SHA for 9f6f51d
src/include/storage/s_lock.h
@@ -66,7 +66,7 @@
66
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
67
* Portions Copyright (c) 1994, Regents of the University of California
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.161 2007/07/16 04:57:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.162 2007/07/16 14:02:22 tgl Exp $
70
71
*-------------------------------------------------------------------------
72
*/
@@ -752,7 +752,7 @@ typedef abilock_t slock_t;
752
753
#include <sys/atomic_op.h>
754
755
-typedef unsigned int slock_t;
+typedef int slock_t;
756
757
#define TAS(lock) _check_lock((slock_t *) (lock), 0, 1)
758
#define S_UNLOCK(lock) _clear_lock((slock_t *) (lock), 0)
0 commit comments