diff options
Diffstat (limited to 'src/include/storage/shmem.h')
| -rw-r--r-- | src/include/storage/shmem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index b7a0d7b158c..fe67be6ac28 100644 --- a/src/include/storage/shmem.h +++ b/src/include/storage/shmem.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.42 2004/08/29 04:13:10 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.43 2004/09/28 20:46:35 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -73,8 +73,8 @@ extern void *ShmemInitStruct(const char *name, Size size, bool *foundPtr); /* size constants for the shmem index table */ /* max size of data structure string name */ #define SHMEM_INDEX_KEYSIZE (48) - /* maximum size of the shmem index table */ -#define SHMEM_INDEX_SIZE (100) + /* max size of the shmem index table (not a hard limit) */ +#define SHMEM_INDEX_SIZE (32) /* this is a hash bucket in the shmem index table */ typedef struct |
