From 2006c2477e80cd4941868ca84470e21ccc9cf8dd Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Tue, 3 Apr 2018 23:05:11 +0200 Subject: [PATCH] FIx conflict wrt upstream commit 4a4e2442a7f --- hypopg_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypopg_table.c b/hypopg_table.c index 228f9ef..1dd6fe3 100644 --- a/hypopg_table.c +++ b/hypopg_table.c @@ -1991,7 +1991,7 @@ hypo_get_partition_constraints(PlannerInfo *root, RelOptInfo *rel, hypoTable *pa */ constraints = (List *) eval_const_expressions(root, (Node *) constraints); /* FIXME this func will be modified at pg11 */ - constraints = (List *) canonicalize_qual((Expr *) constraints); + constraints = (List *) canonicalize_qual((Expr *) constraints, true); /* Fix Vars to have the desired varno */ if (rel->relid != 1)