projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c43f4
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 29 Mar 2016 00:55:15 +0000
(20:55 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 29 Mar 2016 00:55:15 +0000
(20:55 -0400)
Thomas Munro
src/backend/storage/ipc/latch.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/latch.c
b/src/backend/storage/ipc/latch.c
index 42c2f52f250caef8c36cdd8a4c22976972e74630..5641bd5ec9f9132b9e8e4784aa8c8fd581bdff98 100644
(file)
--- a/
src/backend/storage/ipc/latch.c
+++ b/
src/backend/storage/ipc/latch.c
@@
-383,7
+383,7
@@
SetLatch(volatile Latch *latch)
#endif
/*
- * The memory barrier has
be
to be placed here to ensure that any flag
+ * The memory barrier has to be placed here to ensure that any flag
* variables possibly changed by this process have been flushed to main
* memory, before we check/set is_set.
*/