We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9721 commit 43c6662Copy full SHA for 43c6662
src/backend/storage/lmgr/README.barrier
@@ -38,7 +38,7 @@ Surprisingly, however, the second backend could also end up with foo = 0
38
and bar = 1. The compiler might swap the order of the two stores performed
39
by the first backend, or the two loads performed by the second backend.
40
Even if it doesn't, on a machine with weak memory ordering (such as PowerPC
41
-or Itanium) the CPU might choose to execute either the loads or the stores
+or ARM) the CPU might choose to execute either the loads or the stores
42
out of order. This surprising result can lead to bugs.
43
44
A common pattern where this actually does result in a bug is when adding items
0 commit comments