No need rteperm if only a function

pg16_kickoff
onderkalaci 2023-05-05 11:39:08 +03:00
parent 9c4b8cc62b
commit 678c13ef17
1 changed files with 0 additions and 3 deletions

View File

@ -2401,9 +2401,6 @@ BuildReadIntermediateResultsQuery(List *targetEntryList, List *columnAliasList,
resultQuery->jointree = joinTree;
resultQuery->targetList = targetList;
addRTEPermissionInfo(&resultQuery->rteperminfos, rangeTableEntry);
return resultQuery;
}