We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9e7e29c commitf1d5fceCopy full SHA for f1d5fce
src/backend/optimizer/util/restrictinfo.c
@@ -704,9 +704,9 @@ join_clause_is_movable_to(RestrictInfo *rinfo, RelOptInfo *baserel)
704
* a lower outer join's inner side.
705
*
706
* There's no check here equivalent to join_clause_is_movable_to's test on
707
- *lateral_relids.We assume the caller wouldn't be inquiring unless it'd
708
- * verified that the proposed outer rels don't have lateral references to
709
- * the current rel(s).
+ *lateral_referencers.We assume the caller wouldn't be inquiring unless
+ *it'dverified that the proposed outer rels don't have lateral references
+ *tothe current rel(s).
710
711
* Note: get_joinrel_parampathinfo depends on the fact that if
712
* current_and_outer is NULL, this function will always return false