projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a1834
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 7 Nov 2017 21:34:48 +0000
(16:34 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 7 Nov 2017 21:34:48 +0000
(16:34 -0500)
Masahiko Sawada
Discussion: http://postgr.es/m/CAD21AoDrf5AOpZ-mX-j6O=zFNFfKaTdHkv3o1X2eSs2nBXALug@mail.gmail.com
src/backend/storage/ipc/dsm_impl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/dsm_impl.c
b/src/backend/storage/ipc/dsm_impl.c
index b18bea64c6ceea2a866ad15cd45534e5bb50a1e5..6c4e60b0b026ba147448fdb100d8a557258ee1b6 100644
(file)
--- a/
src/backend/storage/ipc/dsm_impl.c
+++ b/
src/backend/storage/ipc/dsm_impl.c
@@
-682,7
+682,7
@@
dsm_impl_windows(dsm_op op, dsm_handle handle, Size request_size,
/*
* Handle teardown cases. Since Windows automatically destroys the object
- * when no references re
am
in, we can treat it the same as detach.
+ * when no references re
ma
in, we can treat it the same as detach.
*/
if (op == DSM_OP_DETACH || op == DSM_OP_DESTROY)
{