mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
parent
57f2ff00d7
commit
dabbe8d564
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue