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:
parent
07e4d03fb4
commit
5884b92a84
@ -1421,7 +1421,7 @@ pg_notification_queue_usage(PG_FUNCTION_ARGS)
|
|||||||
/*
|
/*
|
||||||
* Return the fraction of the queue that is currently occupied.
|
* 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
|
static double
|
||||||
asyncQueueUsage(void)
|
asyncQueueUsage(void)
|
||||||
|
@ -41,4 +41,5 @@ test: alter-table-1
|
|||||||
test: alter-table-2
|
test: alter-table-2
|
||||||
test: alter-table-3
|
test: alter-table-3
|
||||||
test: create-trigger
|
test: create-trigger
|
||||||
|
test: async-notify
|
||||||
test: timeouts
|
test: timeouts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user