Commit a0b37684 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

parent 586e4e6d
...@@ -498,7 +498,7 @@ try_partial_nestloop_path(PlannerInfo *root, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment