Skip to content

Commit b6612ae

Browse files
committed
Fix typo in header comment for set_operation_ordered_results_useful
Reported-by: Richard Guo Discussion: https://postgr.es/m/CAMbWs492vMy3XNjDZRtqtHfFTK6HVeDwhrEQH7eXGgF_h5Jnzw@mail.gmail.com
1 parent 18954ce commit b6612ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/prep/prepunion.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ plan_set_operations(PlannerInfo *root)
181181
* set_operation_ordered_results_useful
182182
* Return true if the given SetOperationStmt can be executed by utilizing
183183
* paths that provide sorted input according to the setop's targetlist.
184-
* Returns false when sorted paths are not any more useful then unsorted
184+
* Returns false when sorted paths are not any more useful than unsorted
185185
* ones.
186186
*/
187187
bool

0 commit comments

Comments
 (0)