|
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 165 of file typcache.h.
| MemoryContextCallback DomainConstraintRef::callback |
Definition at line 174 of file typcache.h.
| List* DomainConstraintRef::constraints |
Definition at line 167 of file typcache.h.
Referenced by ExecInitCoerceToDomain().
| DomainConstraintCache* DomainConstraintRef::dcc |
Definition at line 173 of file typcache.h.
| bool DomainConstraintRef::need_exprstate |
Definition at line 170 of file typcache.h.
| MemoryContext DomainConstraintRef::refctx |
Definition at line 168 of file typcache.h.
| TypeCacheEntry* DomainConstraintRef::tcache |
Definition at line 169 of file typcache.h.