10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e4d03 commit 5884b92Copy full SHA for 5884b92
src/backend/commands/async.c
@@ -1421,7 +1421,7 @@ pg_notification_queue_usage(PG_FUNCTION_ARGS)
1421
/*
1422
* Return the fraction of the queue that is currently occupied.
1423
*
1424
- * The caller must hold AysncQueueLock in (at least) shared mode.
+ * The caller must hold AsyncQueueLock in (at least) shared mode.
1425
*/
1426
static double
1427
asyncQueueUsage(void)
src/test/isolation/isolation_schedule
@@ -41,4 +41,5 @@ test: alter-table-1
41
test: alter-table-2
42
test: alter-table-3
43
test: create-trigger
44
+test: async-notify
45
test: timeouts
0 commit comments