mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix typo in 07c8651dd9
causing WIN32_ONLY_COMPILER builds to fail.
This commit is contained in:
@ -863,7 +863,7 @@ spin_delay(void)
|
|||||||
#pragma intrinsic(_ReadWriteBarrier)
|
#pragma intrinsic(_ReadWriteBarrier)
|
||||||
|
|
||||||
#define S_UNLOCK(lock) \
|
#define S_UNLOCK(lock) \
|
||||||
do { _ReadWriteBarrier(); (*(lock)) = 0); } while (0)
|
do { _ReadWriteBarrier(); (*(lock)) = 0; } while (0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user