PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ShmemIndexEnt Struct Reference

Data Fields

char key [SHMEM_INDEX_KEYSIZE]
 
voidlocation
 
Size size
 
Size allocated_size
 

Detailed Description

Definition at line 266 of file shmem.c.

Field Documentation

◆ allocated_size

Size ShmemIndexEnt::allocated_size

Definition at line 271 of file shmem.c.

◆ key

char ShmemIndexEnt::key[SHMEM_INDEX_KEYSIZE]

Definition at line 268 of file shmem.c.

◆ location

void* ShmemIndexEnt::location

Definition at line 269 of file shmem.c.

◆ size

Size ShmemIndexEnt::size

Definition at line 270 of file shmem.c.


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