mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix errors in commit a04bb65f70
.
Not a lot of commentary needed here really.
This commit is contained in:
@ -1421,7 +1421,7 @@ pg_notification_queue_usage(PG_FUNCTION_ARGS)
|
||||
/*
|
||||
* Return the fraction of the queue that is currently occupied.
|
||||
*
|
||||
* The caller must hold AysncQueueLock in (at least) shared mode.
|
||||
* The caller must hold AsyncQueueLock in (at least) shared mode.
|
||||
*/
|
||||
static double
|
||||
asyncQueueUsage(void)
|
||||
|
Reference in New Issue
Block a user