1
0
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:
Tom Lane
2015-09-30 23:37:26 -04:00
parent 07e4d03fb4
commit 5884b92a84
2 changed files with 2 additions and 1 deletions

View File

@ -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)