Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9972c7d

Browse files
committed
Fix typos in wait_event.c
Noticed while working on a different patch. Introduced inaf720b4.
1 parent5b36e8f commit9972c7d

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
staticHTAB*WaitEventExtensionHashById;/* find names from IDs */
6464
staticHTAB*WaitEventExtensionHashByName;/* find IDs from names */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp