Commit b9941d34 authored by Robert Haas's avatar Robert Haas

Fix incorrect comment.

Etsuro Fujita

Discussion: http://postgr.es/m/5A05728E.4050009@lab.ntt.co.jp
parent 9a8d3c4e
...@@ -676,8 +676,7 @@ build_join_rel(PlannerInfo *root, ...@@ -676,8 +676,7 @@ build_join_rel(PlannerInfo *root,
* 'sjinfo': child-join context info * 'sjinfo': child-join context info
* 'restrictlist': list of RestrictInfo nodes that apply to this particular * 'restrictlist': list of RestrictInfo nodes that apply to this particular
* pair of joinable relations * pair of joinable relations
* 'join_appinfos': list of AppendRelInfo nodes for base child relations * 'jointype' is the join type (inner, left, full, etc)
* involved in this join
*/ */
RelOptInfo * RelOptInfo *
build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel, build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment