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

Data Fields

char name [NAMEDATALEN]
 
DSMREntryType type
 
union { 
 
   NamedDSMState   dsm 
 
   NamedDSAState   dsa 
 
   NamedDSHState   dsh 
 
};  
 

Detailed Description

Definition at line 92 of file dsm_registry.c.

Field Documentation

◆ [union]

union { ... } DSMRegistryEntry

◆ dsa

NamedDSAState DSMRegistryEntry::dsa

Definition at line 99 of file dsm_registry.c.

Referenced by GetNamedDSA(), and pg_get_dsm_registry_allocations().

◆ dsh

NamedDSHState DSMRegistryEntry::dsh

Definition at line 100 of file dsm_registry.c.

Referenced by GetNamedDSHash(), and pg_get_dsm_registry_allocations().

◆ dsm

NamedDSMState DSMRegistryEntry::dsm

Definition at line 98 of file dsm_registry.c.

Referenced by GetNamedDSMSegment(), and pg_get_dsm_registry_allocations().

◆ name

char DSMRegistryEntry::name[NAMEDATALEN]

Definition at line 94 of file dsm_registry.c.

Referenced by pg_get_dsm_registry_allocations().

◆ type

DSMREntryType DSMRegistryEntry::type

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