mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix typo in comment.
This commit is contained in:
@ -498,7 +498,7 @@ try_partial_nestloop_path(PlannerInfo *root,
|
|||||||
/*
|
/*
|
||||||
* The inner and outer paths are parameterized, if at all, by the top
|
* The inner and outer paths are parameterized, if at all, by the top
|
||||||
* level parents, not the child relations, so we must use those relids
|
* level parents, not the child relations, so we must use those relids
|
||||||
* for our paramaterization tests.
|
* for our parameterization tests.
|
||||||
*/
|
*/
|
||||||
if (outerrel->top_parent_relids)
|
if (outerrel->top_parent_relids)
|
||||||
outerrelids = outerrel->top_parent_relids;
|
outerrelids = outerrel->top_parent_relids;
|
||||||
|
Reference in New Issue
Block a user