PostgreSQL Source Code git master
|
#include <typcache.h>
Data Fields | |
List * | constraints |
MemoryContext | refctx |
TypeCacheEntry * | tcache |
bool | need_exprstate |
DomainConstraintCache * | dcc |
MemoryContextCallback | callback |
Definition at line 164 of file typcache.h.
MemoryContextCallback DomainConstraintRef::callback |
Definition at line 173 of file typcache.h.
Referenced by InitDomainConstraintRef().
List* DomainConstraintRef::constraints |
Definition at line 166 of file typcache.h.
Referenced by dccref_deletion_callback(), domain_check_input(), ExecInitCoerceToDomain(), InitDomainConstraintRef(), and UpdateDomainConstraintRef().
DomainConstraintCache* DomainConstraintRef::dcc |
Definition at line 172 of file typcache.h.
Referenced by dccref_deletion_callback(), InitDomainConstraintRef(), and UpdateDomainConstraintRef().
bool DomainConstraintRef::need_exprstate |
Definition at line 169 of file typcache.h.
Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().
MemoryContext DomainConstraintRef::refctx |
Definition at line 167 of file typcache.h.
Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().
TypeCacheEntry* DomainConstraintRef::tcache |
Definition at line 168 of file typcache.h.
Referenced by domain_check_input(), InitDomainConstraintRef(), and UpdateDomainConstraintRef().