Skip to content

Commit c074068

Browse files
author
Dipesh Dhameliya
committed
Better comment
1 parent 0b3cf14 commit c074068

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/executor/execMain.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,11 @@ ExecCheckOneRelPerms(RTEPermissionInfo *perminfo)
651651
Assert(requiredPerms != 0);
652652

653653
/*
654-
* Some extension may want to avoid permission check for some special
655-
* cases. For example, Babelfish temp table is implemented using ENR
656-
* which is not shared with parallel worker and parallel operations
657-
* are not allowed for temp table in Postgres. So give extension a
658-
* chance to skip permission check for such use cases.
654+
* Babelfish specific logic - Babelfish temp table is implemented
655+
* using ENR which is not shared with parallel worker and parallel
656+
* operations are not allowed for temp table in Postgres. Babelfish
657+
* can skip permission check for such use cases under parallel worker
658+
* using this hook.
659659
*/
660660
if (IsBabelfishParallelWorker() &&
661661
ExecCheckOneRelPerms_hook &&

0 commit comments

Comments
 (0)