Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
red1452 committed Jan 20, 2025
1 parent a3265db commit af128be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/optimizer/path/allpaths.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,9 @@ set_rel_pathlist(PlannerInfo *root, RelOptInfo *rel,
* Greenplum specific behavior:
* Change the path in pathlist if it is a general or segmentgeneral
* path that contains volatile restrictions.
* Do not do it, if there is outer query.
* Do not do it, if list of the outer quals is not empty.
* Outer query's motion will be decorated with materialize by
* bring_to_outer_query.
*/
if (rel->upperrestrictinfo == NULL && rel->reloptkind == RELOPT_BASEREL)
handle_gen_seggen_volatile_path(root, rel);
Expand Down

0 comments on commit af128be

Please sign in to comment.