PostgreSQL Source Code  git master
ShmemIndexEnt Struct Reference

#include <shmem.h>

Data Fields

char key [SHMEM_INDEX_KEYSIZE]
 
void * location
 
Size size
 
Size allocated_size
 

Detailed Description

Definition at line 51 of file shmem.h.

Field Documentation

◆ allocated_size

Size ShmemIndexEnt::allocated_size

Definition at line 56 of file shmem.h.

Referenced by ShmemInitStruct().

◆ key

char ShmemIndexEnt::key[SHMEM_INDEX_KEYSIZE]

Definition at line 53 of file shmem.h.

◆ location

void* ShmemIndexEnt::location

Definition at line 54 of file shmem.h.

Referenced by ShmemInitStruct().

◆ size

Size ShmemIndexEnt::size

Definition at line 55 of file shmem.h.

Referenced by ShmemInitStruct().


The documentation for this struct was generated from the following file: