Skip to content

Commit 9ee91cc

Browse files
committed
1 parent 53d8695 commit 9ee91cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/path/allpaths.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2794,8 +2794,8 @@ generate_useful_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_r
27942794
* gather merge path for every subpath that has pathkeys present.
27952795
*
27962796
* But since the subpath is already sorted, we know we don't need
2797-
* to consider adding a sort (other either kind) on top of it, so
2798-
* we can continue here.
2797+
* to consider adding a sort (full or incremental) on top of it,
2798+
* so we can continue here.
27992799
*/
28002800
if (is_sorted)
28012801
continue;

0 commit comments

Comments
 (0)