Skip to content

Commit 9972c7d

Browse files
committed
Fix typos in wait_event.c
Noticed while working on a different patch. Introduced in af720b4.
1 parent 5b36e8f commit 9972c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/activity/wait_event.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ uint32 *my_wait_event_info = &local_my_wait_event_info;
5656
* It is used to ensure that no duplicated entries are registered.
5757
*
5858
* 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
59+
* WAIT_EVENT_EXTENSION_HASH_INIT_SIZE is enough for most cases, and it seems
6060
* unlikely that the number of entries will reach
61-
* WAIT_EVENT_EXTENSION_BASH_MAX_SIZE.
61+
* WAIT_EVENT_EXTENSION_HASH_MAX_SIZE.
6262
*/
6363
static HTAB *WaitEventExtensionHashById; /* find names from IDs */
6464
static HTAB *WaitEventExtensionHashByName; /* find IDs from names */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy