Fix typo in comment
Author: James Coleman Discussion: https://postgr.es/m/CAAaqYe8f8ENA0i1PdBtUNWDd2sxHSMgscNYbjhaXMuAdfBrZcg@mail.gmail.com
This commit is contained in:
parent
53d86957e9
commit
9ee91cc583
@ -2794,8 +2794,8 @@ generate_useful_gather_paths(PlannerInfo *root, RelOptInfo *rel, bool override_r
|
|||||||
* gather merge path for every subpath that has pathkeys present.
|
* gather merge path for every subpath that has pathkeys present.
|
||||||
*
|
*
|
||||||
* But since the subpath is already sorted, we know we don't need
|
* But since the subpath is already sorted, we know we don't need
|
||||||
* to consider adding a sort (other either kind) on top of it, so
|
* to consider adding a sort (full or incremental) on top of it,
|
||||||
* we can continue here.
|
* so we can continue here.
|
||||||
*/
|
*/
|
||||||
if (is_sorted)
|
if (is_sorted)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user