Change in Var representations, PG commit 2489d76c4906f4461a364ca8ad7e0751ead8aa0d

pg16_kickoff
onderkalaci 2023-04-26 22:30:28 +03:00
parent 39067d3543
commit d2d7c73863
1 changed files with 1 additions and 1 deletions

View File

@ -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;