Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5884b92

Browse files
committed
Fix errors in commit a04bb65.
Not a lot of commentary needed here really.
1 parent 07e4d03 commit 5884b92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/backend/commands/async.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ pg_notification_queue_usage(PG_FUNCTION_ARGS)
14211421
/*
14221422
* Return the fraction of the queue that is currently occupied.
14231423
*
1424-
* The caller must hold AysncQueueLock in (at least) shared mode.
1424+
* The caller must hold AsyncQueueLock in (at least) shared mode.
14251425
*/
14261426
static double
14271427
asyncQueueUsage(void)

src/test/isolation/isolation_schedule

+1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ test: alter-table-1
4141
test: alter-table-2
4242
test: alter-table-3
4343
test: create-trigger
44+
test: async-notify
4445
test: timeouts

0 commit comments

Comments
 (0)