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 ec76265 commit c8ae318Copy full SHA for c8ae318
src/include/storage/shmem.h
@@ -50,7 +50,7 @@ extern void RequestAddinShmemSpace(Size size);
50
/* max size of data structure string name */
51
#define SHMEM_INDEX_KEYSIZE (48)
52
/* estimated size of the shmem index table (not a hard limit) */
53
-#define SHMEM_INDEX_SIZE (32)
+#define SHMEM_INDEX_SIZE (64)
54
55
/* this is a hash bucket in the shmem index table */
56
typedef struct
0 commit comments