diff options
Diffstat (limited to 'src/include/utils/typcache.h')
-rw-r--r-- | src/include/utils/typcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h index c72efcccb12..d187650ebea 100644 --- a/src/include/utils/typcache.h +++ b/src/include/utils/typcache.h @@ -131,9 +131,9 @@ typedef struct DomainConstraintRef { List *constraints; /* list of DomainConstraintState nodes */ MemoryContext refctx; /* context holding DomainConstraintRef */ + TypeCacheEntry *tcache; /* typcache entry for domain type */ /* Management data --- treat these fields as private to typcache.c */ - TypeCacheEntry *tcache; /* owning typcache entry */ DomainConstraintCache *dcc; /* current constraints, or NULL if none */ MemoryContextCallback callback; /* used to release refcount when done */ } DomainConstraintRef; |