]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Aug 2013 00:36:29 +0000 (20:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Aug 2013 00:36:39 +0000 (20:36 -0400)
src/backend/optimizer/util/restrictinfo.c

index 33b029b0e4ea9f10f0367ebe1d7b3218ab009039..55ce9d865434a6b270c0ad4a2489cc6bf12235d7 100644 (file)
@@ -704,9 +704,9 @@ join_clause_is_movable_to(RestrictInfo *rinfo, RelOptInfo *baserel)
  * a lower outer join's inner side.
  *
  * 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
- * verified that the proposed outer rels don't have lateral references to
- * the current rel(s).
+ * lateral_referencers.  We assume the caller wouldn't be inquiring unless
+ * it'd verified that the proposed outer rels don't have lateral references
+ * to the current rel(s).
  *
  * Note: get_joinrel_parampathinfo depends on the fact that if
  * current_and_outer is NULL, this function will always return false