8000
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 39339c2 commit f89d51eCopy full SHA for f89d51e
src/backend/utils/activity/wait_event.c
@@ -56,9 +56,9 @@ uint32 *my_wait_event_info = &local_my_wait_event_info;
56
* It is used to ensure that no duplicated entries are registered.
57
*
58
* The size of the hash table is based on the assumption that
59
- * WAIT_EVENT_EXTENSION_BASH_INIT_SIZE is enough for most cases, and it seems
+ * WAIT_EVENT_EXTENSION_HASH_INIT_SIZE is enough for most cases, and it seems
60
* unlikely that the number of entries will reach
61
- * WAIT_EVENT_EXTENSION_BASH_MAX_SIZE.
+ * WAIT_EVENT_EXTENSION_HASH_MAX_SIZE.
62
*/
63
static HTAB *WaitEventExtensionHashById; /* find names from IDs */
64
static HTAB *WaitEventExtensionHashByName; /* find IDs from names */
0 commit comments