Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f1d5fce

Browse files
committed
Fix thinko in comment.
1 parent 9e7e29c commit f1d5fce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/optimizer/util/restrictinfo.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,9 @@ join_clause_is_movable_to(RestrictInfo *rinfo, RelOptInfo *baserel)
704704
* a lower outer join's inner side.
705705
*
706706
* 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).
707+
* lateral_referencers. We assume the caller wouldn't be inquiring unless
708+
* it'd verified that the proposed outer rels don't have lateral references
709+
* to the current rel(s).
710710
*
711711
* Note: get_joinrel_parampathinfo depends on the fact that if
712712
* current_and_outer is NULL, this function will always return false

0 commit comments

Comments
 (0)