mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
This commit is contained in:
@@ -321,7 +321,7 @@ tas(volatile slock_t *lock)
|
||||
/*
|
||||
* Solaris has always run sparc processors in TSO (total store) mode, but
|
||||
* linux didn't use to and the *BSDs still don't. So, be careful about
|
||||
* acquire/release semantics. The CPU will treat superfluous membars as
|
||||
* acquire/release semantics. The CPU will treat superfluous members as
|
||||
* NOPs, so it's just code space.
|
||||
*/
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
Reference in New Issue
Block a user