PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DomainConstraintRef Struct Reference

#include <typcache.h>

Data Fields

Listconstraints
 
MemoryContext refctx
 
TypeCacheEntrytcache
 
bool need_exprstate
 
DomainConstraintCachedcc
 
MemoryContextCallback callback
 

Detailed Description

Definition at line 165 of file typcache.h.

Field Documentation

◆ callback

MemoryContextCallback DomainConstraintRef::callback

Definition at line 174 of file typcache.h.

Referenced by InitDomainConstraintRef().

◆ constraints

List* DomainConstraintRef::constraints

◆ dcc

DomainConstraintCache* DomainConstraintRef::dcc

◆ need_exprstate

bool DomainConstraintRef::need_exprstate

Definition at line 170 of file typcache.h.

Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().

◆ refctx

MemoryContext DomainConstraintRef::refctx

Definition at line 168 of file typcache.h.

Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().

◆ tcache

TypeCacheEntry* DomainConstraintRef::tcache

The documentation for this struct was generated from the following file: