Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
Peter Eisentraut 2017-06-09 11:40:08 -04:00
parent 57f2ff00d7
commit dabbe8d564
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ shm_mq_inc_bytes_written(volatile shm_mq *mq, Size n)
}
/*
* Set sender's latch, unless queue is detached.
* Set receiver's latch, unless queue is detached.
*/
static shm_mq_result
shm_mq_notify_receiver(volatile shm_mq *mq)