PostgreSQL Source Code  git master
DomainConstraintCache Struct Reference

Data Fields

Listconstraints
 
MemoryContext dccContext
 
long dccRefCount
 

Detailed Description

Definition at line 124 of file typcache.c.

Field Documentation

◆ constraints

List* DomainConstraintCache::constraints

◆ dccContext

MemoryContext DomainConstraintCache::dccContext

Definition at line 127 of file typcache.c.

Referenced by decr_dcc_refcount(), and load_domaintype_info().

◆ dccRefCount

long DomainConstraintCache::dccRefCount

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