diff options
Diffstat (limited to 'src/backend/catalog/heap.c')
-rw-r--r-- | src/backend/catalog/heap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index eadc3ff76ba..6780ec53b7c 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -2441,6 +2441,8 @@ StoreRelCheck(Relation rel, const char *ccname, Node *expr, 0, ' ', ' ', + NULL, + 0, ' ', NULL, /* not an exclusion constraint */ expr, /* Tree form of check constraint */ |