Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bimboterminator1 committed Dec 21, 2023
1 parent c6699df commit 420e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/optimizer/util/pathnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ set_append_path_locus(PlannerInfo *root, Path *pathnode, RelOptInfo *rel,
(targetlocustype != CdbLocusType_Replicated ||
CdbPathLocus_IsReplicated(subpath->locus)))
{
/* When there are multiple SingleQE, use the common segments.*/
/* When there are multiple SingleQE, use the common segments */
numsegments = Min(numsegments,
CdbPathLocus_NumSegments(subpath->locus));
}
Expand Down

0 comments on commit 420e658

Please sign in to comment.