PostgreSQL Source Code git master
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 { ... } DSMRegistryEntry::@22

◆ dsa

NamedDSAState DSMRegistryEntry::dsa

Definition at line 99 of file dsm_registry.c.

Referenced by GetNamedDSA().

◆ dsh

NamedDSHState DSMRegistryEntry::dsh

Definition at line 100 of file dsm_registry.c.

Referenced by GetNamedDSHash().

◆ dsm

NamedDSMState DSMRegistryEntry::dsm

Definition at line 98 of file dsm_registry.c.

Referenced by GetNamedDSMSegment().

◆ name

char DSMRegistryEntry::name[NAMEDATALEN]

Definition at line 94 of file dsm_registry.c.

◆ type

DSMREntryType DSMRegistryEntry::type

Definition at line 95 of file dsm_registry.c.

Referenced by GetNamedDSA(), GetNamedDSHash(), and GetNamedDSMSegment().


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