8000 Fix typos in wait_event.c · Giperboloid/postgres@9972c7d · GitHub
[go: up one dir, main page]

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)
0