summaryrefslogtreecommitdiff
path: root/src/include/utils/typcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/typcache.h')
-rw-r--r--src/include/utils/typcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h
index 1a9befb9d7a..23618cc6100 100644
--- a/src/include/utils/typcache.h
+++ b/src/include/utils/typcache.h
@@ -130,6 +130,7 @@ typedef struct TypeCacheEntry
typedef struct DomainConstraintRef
{
List *constraints; /* list of DomainConstraintState nodes */
+ MemoryContext refctx; /* context holding DomainConstraintRef */
/* Management data --- treat these fields as private to typcache.c */
TypeCacheEntry *tcache; /* owning typcache entry */