Skip to content

Commit 14e63fb

Browse files
author
Dipesh Dhameliya
committed
Better comments
1 parent c074068 commit 14e63fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/executor/execMain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ ExecCheckOneRelPerms(RTEPermissionInfo *perminfo)
656656
* operations are not allowed for temp table in Postgres. Babelfish
657657
* can skip permission check for such use cases under parallel worker
658658
* using this hook.
659+
* Note - This hook must not be used outside of Babelfish parallel worker
659660
*/
660661
if (IsBabelfishParallelWorker() &&
661662
ExecCheckOneRelPerms_hook &&

0 commit comments

Comments
 (0)