PostgreSQL Source Code  git master
DomainConstraintRef Struct Reference

#include <typcache.h>

Data Fields

Listconstraints
 
MemoryContext refctx
 
TypeCacheEntrytcache
 
bool need_exprstate
 
DomainConstraintCachedcc
 
MemoryContextCallback callback
 

Detailed Description

Definition at line 164 of file typcache.h.

Field Documentation

◆ callback

MemoryContextCallback DomainConstraintRef::callback

Definition at line 173 of file typcache.h.

Referenced by InitDomainConstraintRef().

◆ constraints

List* DomainConstraintRef::constraints

◆ dcc

DomainConstraintCache* DomainConstraintRef::dcc

◆ need_exprstate

bool DomainConstraintRef::need_exprstate

Definition at line 169 of file typcache.h.

Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().

◆ refctx

MemoryContext DomainConstraintRef::refctx

Definition at line 167 of file typcache.h.

Referenced by InitDomainConstraintRef(), and UpdateDomainConstraintRef().

◆ tcache

TypeCacheEntry* DomainConstraintRef::tcache

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