8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586e4e6 commit a0b3768Copy full SHA for a0b3768
src/backend/optimizer/path/joinpath.c
@@ -498,7 +498,7 @@ try_partial_nestloop_path(PlannerInfo *root,
498
/*
499
* The inner and outer paths are parameterized, if at all, by the top
500
* level parents, not the child relations, so we must use those relids
501
- * for our paramaterization tests.
+ * for our parameterization tests.
502
*/
503
if (outerrel->top_parent_relids)
504
outerrelids = outerrel->top_parent_relids;
0 commit comments