Start rteIdentities from 1 not 2

pull/5057/head
Sait Talha Nisanci 2021-06-18 09:40:53 +03:00
parent e26b29d3bb
commit a01acc9098
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ distributed_planner(Query *parse,
}
}
int rteIdCounter = 1;
int rteIdCounter = 0;
DistributedPlanningContext planContext = {
.query = parse,