mirror of https://github.com/citusdata/citus.git
No need rteperm if only a function
parent
9c4b8cc62b
commit
678c13ef17
|
@ -2401,9 +2401,6 @@ BuildReadIntermediateResultsQuery(List *targetEntryList, List *columnAliasList,
|
|||
resultQuery->jointree = joinTree;
|
||||
resultQuery->targetList = targetList;
|
||||
|
||||
addRTEPermissionInfo(&resultQuery->rteperminfos, rangeTableEntry);
|
||||
|
||||
|
||||
return resultQuery;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue