|
PostgreSQL Source Code git master
|
Data Fields | |
| char | name [NAMEDATALEN] |
| DSMREntryType | type |
| union { | |
| NamedDSMState dsm | |
| NamedDSAState dsa | |
| NamedDSHState dsh | |
| }; | |
Definition at line 92 of file dsm_registry.c.
| union { ... } DSMRegistryEntry::@22 |
| NamedDSAState DSMRegistryEntry::dsa |
Definition at line 99 of file dsm_registry.c.
Referenced by GetNamedDSA().
| NamedDSHState DSMRegistryEntry::dsh |
Definition at line 100 of file dsm_registry.c.
Referenced by GetNamedDSHash().
| NamedDSMState DSMRegistryEntry::dsm |
Definition at line 98 of file dsm_registry.c.
Referenced by GetNamedDSMSegment().
| char DSMRegistryEntry::name[NAMEDATALEN] |
Definition at line 94 of file dsm_registry.c.
| DSMREntryType DSMRegistryEntry::type |
Definition at line 95 of file dsm_registry.c.
Referenced by GetNamedDSA(), GetNamedDSHash(), and GetNamedDSMSegment().