PostgreSQL Source Code
git master
|
#include <shmem.h>
Data Fields | |
char | key [SHMEM_INDEX_KEYSIZE] |
void * | location |
Size | size |
Size | allocated_size |
Size ShmemIndexEnt::allocated_size |
Definition at line 58 of file shmem.h.
Referenced by ShmemInitStruct().
char ShmemIndexEnt::key[SHMEM_INDEX_KEYSIZE] |
void* ShmemIndexEnt::location |
Definition at line 56 of file shmem.h.
Referenced by ShmemInitStruct().
Size ShmemIndexEnt::size |
Definition at line 57 of file shmem.h.
Referenced by ShmemInitStruct().