|
PostgreSQL Source Code git master
|
Data Fields | |
| List * | constraints |
| MemoryContext | dccContext |
| long | dccRefCount |
Definition at line 139 of file typcache.c.
| List* DomainConstraintCache::constraints |
Definition at line 141 of file typcache.c.
Referenced by InitDomainConstraintRef(), load_domaintype_info(), and UpdateDomainConstraintRef().
| MemoryContext DomainConstraintCache::dccContext |
Definition at line 142 of file typcache.c.
Referenced by decr_dcc_refcount(), and load_domaintype_info().
| long DomainConstraintCache::dccRefCount |
Definition at line 143 of file typcache.c.
Referenced by decr_dcc_refcount(), InitDomainConstraintRef(), load_domaintype_info(), and UpdateDomainConstraintRef().