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

Commitc8ae318

Browse files
committed
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
ShmemIndex, so 64 leaves some headroom.Kevin Grittner
1 parentec76265 commitc8ae318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/storage/shmem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern void RequestAddinShmemSpace(Size size);
5050
/* max size of data structure string name */
5151
#defineSHMEM_INDEX_KEYSIZE (48)
5252
/* estimated size of the shmem index table (not a hard limit) */
53-
#defineSHMEM_INDEX_SIZE (32)
53+
#defineSHMEM_INDEX_SIZE (64)
5454

5555
/* this is a hash bucket in the shmem index table */
5656
typedefstruct

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp