projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c6cff
)
Fix typo
author
Peter Eisentraut
<
[email protected]
>
Tue, 13 Jun 2017 14:54:03 +0000
(10:54 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 13 Jun 2017 14:54:03 +0000
(10:54 -0400)
Author: Masahiko Sawada <
[email protected]
>
src/backend/storage/ipc/shm_mq.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/shm_mq.c
b/src/backend/storage/ipc/shm_mq.c
index e64766c322f9399de27a882b22f0f8f3624bb404..fcd6cc7a8c39973683503d8ee71e215434a1c60b 100644
(file)
--- a/
src/backend/storage/ipc/shm_mq.c
+++ b/
src/backend/storage/ipc/shm_mq.c
@@
-769,7
+769,7
@@
shm_mq_wait_for_attach(shm_mq_handle *mqh)
*
* The purpose of this function is to make sure that the process
* with which we're communicating doesn't block forever waiting for us to
- * fill or drain the queue once we've lost interest. Whe
m
the sender
+ * fill or drain the queue once we've lost interest. Whe
n
the sender
* detaches, the receiver can read any messages remaining in the queue;
* further reads will return SHM_MQ_DETACHED. If the receiver detaches,
* further attempts to send messages will likewise return SHM_MQ_DETACHED.