File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -651,11 +651,11 @@ ExecCheckOneRelPerms(RTEPermissionInfo *perminfo)
651
651
Assert (requiredPerms != 0 );
652
652
653
653
/*
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 .
659
659
*/
660
660
if (IsBabelfishParallelWorker () &&
661
661
ExecCheckOneRelPerms_hook &&
You can’t perform that action at this time.
0 commit comments