We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18954ce commit b6612aeCopy full SHA for b6612ae
src/backend/optimizer/prep/prepunion.c
@@ -181,7 +181,7 @@ plan_set_operations(PlannerInfo *root)
181
* set_operation_ordered_results_useful
182
* Return true if the given SetOperationStmt can be executed by utilizing
183
* paths that provide sorted input according to the setop's targetlist.
184
- * Returns false when sorted paths are not any more useful then unsorted
+ * Returns false when sorted paths are not any more useful than unsorted
185
* ones.
186
*/
187
bool
0 commit comments