git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b4cc49)
Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.
2014年9月10日 00:43:18 +0000 (02:43 +0200)
2014年9月10日 00:44:39 +0000 (02:44 +0200)

diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index c1e362000711108bb72e3707b04ec4d65f892832..eff2847f5c8b36943687303987543877c10848ae 100644 (file)
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -863,7 +863,7 @@ spin_delay(void)
#pragma intrinsic(_ReadWriteBarrier)
#define S_UNLOCK(lock) \
- do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0)
+ do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
#endif
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /