diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-05-22 11:15:00 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-05-22 11:18:16 +0300 |
commit | a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c (patch) | |
tree | 3650171356f843dcdde9ef006e41aaf15b813c2b /src/backend/optimizer/path/joinpath.c | |
parent | 586e4e6df5b85ddd28c9e881d237bd7380ffeb8e (diff) | |
download | postgresql-a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src/backend/optimizer/path/joinpath.c')
-rw-r--r-- | src/backend/optimizer/path/joinpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |