mirror of
https://github.com/postgres/postgres.git
synced 2025-05-22 00:02:02 -04:00
Fix typo in comment.
This commit is contained in:
parent
586e4e6df5
commit
a0b37684ba
@ -498,7 +498,7 @@ try_partial_nestloop_path(PlannerInfo *root,
|
|||||||
/*
|
/*
|
||||||
* The inner and outer paths are parameterized, if at all, by the top
|
* 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
|
* 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)
|
if (outerrel->top_parent_relids)
|
||||||
outerrelids = outerrel->top_parent_relids;
|
outerrelids = outerrel->top_parent_relids;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user