projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f6240
)
Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 10 Sep 2014 18:40:21 +0000
(14:40 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 10 Sep 2014 18:40:21 +0000
(14:40 -0400)
Buildfarm member castoroides is unhappy with this, for entirely
understandable reasons.
src/include/storage/s_lock.h
patch
|
blob
|
history
diff --git
a/src/include/storage/s_lock.h
b/src/include/storage/s_lock.h
index eff2847f5c8b36943687303987543877c10848ae..5f0ad7aa63ae76b87cebd63a3a9b50b53efb3af4 100644
(file)
--- a/
src/include/storage/s_lock.h
+++ b/
src/include/storage/s_lock.h
@@
-932,7
+932,7
@@
extern int tas_sema(volatile slock_t *lock);
* which the PostgreSQL project does not have access.
*/
#define USE_DEFAULT_S_UNLOCK
-extern void s_unlock(volatile s
_lock
*lock);
+extern void s_unlock(volatile s
lock_t
*lock);
#define S_UNLOCK(lock) s_unlock(lock)
#endif /* S_UNLOCK */