8000 Fix thinko in comment. · sqlparser/postgres@8820b50 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8820b50

Browse files
committed
Fix thinko in comment.
1 parent 517db49 commit 8820b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/optimizer/util/restrictinfo.c

Lines changed: 3 additions & 3 deletions
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)
0