1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.

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)

View File

@ -41,4 +41,5 @@ test: alter-table-1
test: alter-table-2
test: alter-table-3
test: create-trigger
test: async-notify
test: timeouts