1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

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
This commit is contained in:
David Rowley
2024-11-29 15:56:24 +13:00
parent 18954ce7f6
commit b6612aedc5

View File

@ -181,7 +181,7 @@ plan_set_operations(PlannerInfo *root)
* set_operation_ordered_results_useful
* Return true if the given SetOperationStmt can be executed by utilizing
* paths that provide sorted input according to the setop's targetlist.
* Returns false when sorted paths are not any more useful then unsorted
* Returns false when sorted paths are not any more useful than unsorted
* ones.
*/
bool