1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00
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

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 static shm_mq_result
shm_mq_notify_receiver(volatile shm_mq *mq) shm_mq_notify_receiver(volatile shm_mq *mq)