mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typo in solaris spinlock fix.
07968dbfaa
missed part of the S_UNLOCK define when building for
sparcv8+.
This commit is contained in:
@ -415,6 +415,7 @@ do \
|
|||||||
* #LoadStore (RMO) | #StoreStore (RMO, PSO) together are the appropriate
|
* #LoadStore (RMO) | #StoreStore (RMO, PSO) together are the appropriate
|
||||||
* release barrier for sparcv8+ upwards.
|
* release barrier for sparcv8+ upwards.
|
||||||
*/
|
*/
|
||||||
|
#define S_UNLOCK(lock) \
|
||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
__asm__ __volatile__ ("membar #LoadStore | #StoreStore \n":::"memory"); \
|
__asm__ __volatile__ ("membar #LoadStore | #StoreStore \n":::"memory"); \
|
||||||
|
Reference in New Issue
Block a user