We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50016d commit d07dc92Copy full SHA for d07dc92
src/hooks.c
@@ -436,9 +436,7 @@ pathman_rel_pathlist_hook(PlannerInfo *root,
436
return;
437
438
/* Get partitioning-related clauses */
439
- part_clauses = get_partitioning_clauses(list_union(rel->baserestrictinfo,
440
- rel->joininfo),
441
- prel, rti);
+ part_clauses = get_partitioning_clauses(rel->baserestrictinfo, prel, rti);
442
443
/* Skip if there's no PARAMs in partitioning-related clauses */
444
if (!clause_contains_params((Node *) part_clauses))
0 commit comments