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

Commit 864fdab

Browse files
committed
do not add children to root->baserels
1 parent 38da2f7 commit 864fdab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pg_pathman.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ append_child_relation(PlannerInfo *root, RelOptInfo *rel, Index rti,
714714

715715
/* Add child to relids */
716716
rel->relids = bms_add_member(rel->relids, childRTindex);
717-
root->all_baserels = bms_add_member(root->all_baserels, childRTindex);
718717

719718
/* Recalc parent relation tuples count */
720719
rel->tuples += childrel->tuples;

0 commit comments

Comments
 (0)