|
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 61 of file shmem.h.
Referenced by ShmemInitStruct().
| char ShmemIndexEnt::key[SHMEM_INDEX_KEYSIZE] |
| void* ShmemIndexEnt::location |
Definition at line 59 of file shmem.h.
Referenced by ShmemInitStruct().
| Size ShmemIndexEnt::size |
Definition at line 60 of file shmem.h.
Referenced by ShmemInitStruct().