8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8d3c4 commit b9941d3Copy full SHA for b9941d3
src/backend/optimizer/util/relnode.c
@@ -676,8 +676,7 @@ build_join_rel(PlannerInfo *root,
676
* 'sjinfo': child-join context info
677
* 'restrictlist': list of RestrictInfo nodes that apply to this particular
678
* pair of joinable relations
679
- * 'join_appinfos': list of AppendRelInfo nodes for base child relations
680
- * involved in this join
+ * 'jointype' is the join type (inner, left, full, etc)
681
*/
682
RelOptInfo *
683
build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel,
0 commit comments