Fix thinko in comment.
This commit is contained in:
parent
9e7e29c75a
commit
f1d5fce7cf
@ -704,9 +704,9 @@ join_clause_is_movable_to(RestrictInfo *rinfo, RelOptInfo *baserel)
|
|||||||
* a lower outer join's inner side.
|
* a lower outer join's inner side.
|
||||||
*
|
*
|
||||||
* There's no check here equivalent to join_clause_is_movable_to's test on
|
* There's no check here equivalent to join_clause_is_movable_to's test on
|
||||||
* lateral_relids. We assume the caller wouldn't be inquiring unless it'd
|
* lateral_referencers. We assume the caller wouldn't be inquiring unless
|
||||||
* verified that the proposed outer rels don't have lateral references to
|
* it'd verified that the proposed outer rels don't have lateral references
|
||||||
* the current rel(s).
|
* to the current rel(s).
|
||||||
*
|
*
|
||||||
* Note: get_joinrel_parampathinfo depends on the fact that if
|
* Note: get_joinrel_parampathinfo depends on the fact that if
|
||||||
* current_and_outer is NULL, this function will always return false
|
* current_and_outer is NULL, this function will always return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user