1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Fix typo in comment.

This commit is contained in:
Heikki Linnakangas
2018-05-22 11:15:00 +03:00
parent 586e4e6df5
commit a0b37684ba

View 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;