mirror of https://github.com/citusdata/citus.git
Change in Var representations, PG commit 2489d76c4906f4461a364ca8ad7e0751ead8aa0d
parent
39067d3543
commit
d2d7c73863
|
@ -126,7 +126,7 @@ static RangeTblEntry *
|
|||
AnchorRte(Query *subquery)
|
||||
{
|
||||
FromExpr *joinTree = subquery->jointree;
|
||||
Relids joinRelIds = get_relids_in_jointree((Node *) joinTree, false);
|
||||
Relids joinRelIds = get_relids_in_jointree((Node *) joinTree, false, false);
|
||||
int currentRTEIndex = -1;
|
||||
RangeTblEntry *anchorRangeTblEntry = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue