PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ constraints

List* DomainConstraintRef::constraints

Definition at line 167 of file typcache.h.

Referenced by ExecInitCoerceToDomain().

◆ dcc

DomainConstraintCache* DomainConstraintRef::dcc

Definition at line 173 of file typcache.h.

◆ need_exprstate

bool DomainConstraintRef::need_exprstate

Definition at line 170 of file typcache.h.

◆ refctx

MemoryContext DomainConstraintRef::refctx

Definition at line 168 of file typcache.h.

◆ tcache

TypeCacheEntry* DomainConstraintRef::tcache

Definition at line 169 of file typcache.h.


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