diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/shm_mq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/shm_mq.h b/src/include/storage/shm_mq.h index 02a93e02222..7709efcc483 100644 --- a/src/include/storage/shm_mq.h +++ b/src/include/storage/shm_mq.h @@ -62,8 +62,8 @@ extern shm_mq_handle *shm_mq_attach(shm_mq *mq, dsm_segment *seg, /* Associate worker handle with shm_mq. */ extern void shm_mq_set_handle(shm_mq_handle *, BackgroundWorkerHandle *); -/* Break connection. */ -extern void shm_mq_detach(shm_mq *); +/* Break connection, release handle resources. */ +extern void shm_mq_detach(shm_mq_handle *mqh); /* Get the shm_mq from handle. */ extern shm_mq *shm_mq_get_queue(shm_mq_handle *mqh); |
