We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c074068 commit 14e63fbCopy full SHA for 14e63fb
src/backend/executor/execMain.c
@@ -656,6 +656,7 @@ ExecCheckOneRelPerms(RTEPermissionInfo *perminfo)
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
+ * Note - This hook must not be used outside of Babelfish parallel worker
660
*/
661
if (IsBabelfishParallelWorker() &&
662
ExecCheckOneRelPerms_hook &&
0 commit comments