aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/optimizer/path/joinpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/path/joinpath.c b/src/backend/optimizer/path/joinpath.c
index 450edfae464..642f9510938 100644
--- a/src/backend/optimizer/path/joinpath.c
+++ b/src/backend/optimizer/path/joinpath.c
@@ -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;