Github user interma commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1074#discussion_r95116312
  
    --- Diff: src/backend/catalog/aclchk.c ---
    @@ -3935,6 +3972,10 @@ pg_extprotocol_aclcheck(Oid ptcid, Oid roleid, 
AclMode mode)
     AclResult
     pg_filesystem_aclcheck(Oid fsysid, Oid roleid, AclMode mode)
     {
    +   /* Bypass all permission checking on QE. */
    +   if (GP_ROLE_EXECUTE == Gp_role)
    +           return ACLCHECK_OK;
    +
    --- End diff --
    
    @wcl14 if you use vim, try it:
    `set tabstop=2
    set softtabstop=2
    set expandtab`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to