From 5884b92a841d83ceadb986843892d57c68ea32cd Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Wed, 30 Sep 2015 23:37:26 -0400
Subject: [PATCH] Fix errors in commit
 a04bb65f70dafdf462e0478ad19e6de56df89bfc.

Not a lot of commentary needed here really.
---
 src/backend/commands/async.c          | 2 +-
 src/test/isolation/isolation_schedule | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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)
diff --git a/src/test/isolation/isolation_schedule b/src/test/isolation/isolation_schedule
index c0ed637cd24..09dc9d47308 100644
--- a/src/test/isolation/isolation_schedule
+++ b/src/test/isolation/isolation_schedule
@@ -41,4 +41,5 @@ test: alter-table-1
 test: alter-table-2
 test: alter-table-3
 test: create-trigger
+test: async-notify
 test: timeouts
-- 
GitLab