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