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

Commit b9941d3

Browse files
committed
Fix incorrect comment.
Etsuro Fujita Discussion: http://postgr.es/m/5A05728E.4050009@lab.ntt.co.jp
1 parent 9a8d3c4 commit b9941d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/optimizer/util/relnode.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,7 @@ build_join_rel(PlannerInfo *root,
676676
* 'sjinfo': child-join context info
677677
* 'restrictlist': list of RestrictInfo nodes that apply to this particular
678678
* pair of joinable relations
679-
* 'join_appinfos': list of AppendRelInfo nodes for base child relations
680-
* involved in this join
679+
* 'jointype' is the join type (inner, left, full, etc)
681680
*/
682681
RelOptInfo *
683682
build_child_join_rel(PlannerInfo *root, RelOptInfo *outer_rel,

0 commit comments

Comments
 (0)