Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 May 2018 08:15:00 +0000 (11:15 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 22 May 2018 08:18:16 +0000 (11:18 +0300)
src/backend/optimizer/path/joinpath.c

index 450edfae4649f68d86249bb779896649bd00e72c..642f9510938b37706dd9879c2aba1bce826b6732 100644 (file)
@@ -498,7 +498,7 @@ try_partial_nestloop_path(PlannerInfo *root,
                /*
                 * 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
-                * for our paramaterization tests.
+                * for our parameterization tests.
                 */
                if (outerrel->top_parent_relids)
                        outerrelids = outerrel->top_parent_relids;