You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by paul-guo- <gi...@git.apache.org> on 2016/12/12 08:06:59 UTC

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898147
  
    --- Diff: src/backend/utils/misc/guc.c ---
    @@ -6250,6 +6261,15 @@ static struct config_int ConfigureNamesInt[] =
     	},
     
     	{
    +    {"hawq_rps_address_port", PGC_POSTMASTER, PRESET_OPTIONS,
    +      gettext_noop("rps server address port number"),
    +      NULL
    +    },
    +    &rps_addr_port,
    +    1, 1, 65535, NULL, NULL
    +  },
    +
    +	{
    --- End diff --
    
    What is rps? If this is Ranger specific, please specify in the descriptions.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---