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

Data Fields

Listconstraints
 
MemoryContext dccContext
 
long dccRefCount
 

Detailed Description

Definition at line 139 of file typcache.c.

Field Documentation

◆ constraints

List* DomainConstraintCache::constraints

◆ dccContext

MemoryContext DomainConstraintCache::dccContext

Definition at line 142 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: