mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
FIx conflict wrt upstream commit 4a4e2442a7f
This commit is contained in:
parent
a41151b455
commit
2006c2477e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue