From: Heikki Linnakangas Date: Tue, 22 May 2018 08:15:00 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: aio-before-rebase-2020-06-24~4433 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c;p=users%2Fandresfreund%2Fpostgres.git Fix typo in comment. --- diff --git a/src/backend/optimizer/path/joinpath.c b/src/backend/optimizer/path/joinpath.c index 450edfae46..642f951093 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;