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

Definition at line 143 of file typcache.c.

Referenced by decr_dcc_refcount(), load_domaintype_info(), and UpdateDomainConstraintRef().


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