Commit 5884b92a authored by Tom Lane's avatar Tom Lane

Fix errors in commit a04bb65f.

Not a lot of commentary needed here really.
parent 07e4d03f
......@@ -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)
......
......@@ -41,4 +41,5 @@ test: alter-table-1
test: alter-table-2
test: alter-table-3
test: create-trigger
test: async-notify
test: timeouts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment