diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-30 23:37:26 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-09-30 23:37:26 -0400 |
commit | 5884b92a841d83ceadb986843892d57c68ea32cd (patch) | |
tree | 0b05ece912fbd098d94529de4eda9702d9d9464e /src/backend/commands/async.c | |
parent | 07e4d03fb476587bd943b4ba7d51bf0bb559a631 (diff) | |
download | postgresql-5884b92a841d83ceadb986843892d57c68ea32cd.tar.gz postgresql-5884b92a841d83ceadb986843892d57c68ea32cd.zip |
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Not a lot of commentary needed here really.
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index 914388ba715..f2b9a748a62 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -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) |