|
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 |
| NamedDSAState DSMRegistryEntry::dsa |
Definition at line 99 of file dsm_registry.c.
Referenced by GetNamedDSA(), and pg_get_dsm_registry_allocations().
| NamedDSHState DSMRegistryEntry::dsh |
Definition at line 100 of file dsm_registry.c.
Referenced by GetNamedDSHash(), and pg_get_dsm_registry_allocations().
| NamedDSMState DSMRegistryEntry::dsm |
Definition at line 98 of file dsm_registry.c.
Referenced by GetNamedDSMSegment(), and pg_get_dsm_registry_allocations().
| char DSMRegistryEntry::name[NAMEDATALEN] |
Definition at line 94 of file dsm_registry.c.
Referenced by pg_get_dsm_registry_allocations().
| DSMREntryType DSMRegistryEntry::type |
Definition at line 95 of file dsm_registry.c.
Referenced by GetNamedDSA(), GetNamedDSHash(), GetNamedDSMSegment(), and pg_get_dsm_registry_allocations().