diff options
Diffstat (limited to 'src/include/utils/typcache.h')
| -rw-r--r-- | src/include/utils/typcache.h | 1 |
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 */ |
