Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 17449200B89 for ; Wed, 7 Sep 2016 03:09:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 15A4D160ACE; Wed, 7 Sep 2016 01:09:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5CB14160AA9 for ; Wed, 7 Sep 2016 03:09:51 +0200 (CEST) Received: (qmail 66346 invoked by uid 500); 7 Sep 2016 01:09:50 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 66337 invoked by uid 99); 7 Sep 2016 01:09:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 01:09:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 14C1CCDA41 for ; Wed, 7 Sep 2016 01:09:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.344 X-Spam-Level: X-Spam-Status: No, score=-4.344 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id QQAEGUO2blSn for ; Wed, 7 Sep 2016 01:09:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8C7E85FBA6 for ; Wed, 7 Sep 2016 01:09:48 +0000 (UTC) Received: (qmail 66313 invoked by uid 99); 7 Sep 2016 01:09:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 01:09:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9218E053F; Wed, 7 Sep 2016 01:09:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hubertzhang@apache.org To: commits@hawq.incubator.apache.org Date: Wed, 07 Sep 2016 01:09:49 -0000 Message-Id: <7badf6dce77c4556b8a4812e21f3011f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-hawq git commit: HAWQ-1001. Fix some explanations of GUC. archived-at: Wed, 07 Sep 2016 01:09:52 -0000 HAWQ-1001. Fix some explanations of GUC. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/65620be2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/65620be2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/65620be2 Branch: refs/heads/rangeracl Commit: 65620be22f9a15b58eb4047792c9890755075a89 Parents: 7f12454 Author: hzhang2 Authored: Wed Sep 7 09:07:02 2016 +0800 Committer: hzhang2 Committed: Wed Sep 7 09:07:02 2016 +0800 ---------------------------------------------------------------------- src/backend/utils/misc/guc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/65620be2/src/backend/utils/misc/guc.c ---------------------------------------------------------------------- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 6d831ae..659b775 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -349,7 +349,6 @@ bool Debug_datumstream_write_use_small_initial_buffers = false; bool gp_temporary_files_filespace_repair = false; bool filesystem_support_truncate = true; bool gp_allow_non_uniform_partitioning_ddl = true; -bool enable_ranger = false; int explain_memory_verbosity = 0; char* memory_profiler_run_id = "none"; @@ -733,6 +732,7 @@ int hawq_rm_nvseg_for_analyze_nopart_perquery_perseg_limit; int hawq_rm_nvseg_for_analyze_part_perquery_perseg_limit; int hawq_rm_nvseg_for_analyze_nopart_perquery_limit; int hawq_rm_nvseg_for_analyze_part_perquery_limit; +bool enable_ranger = false; double optimizer_cost_threshold; double optimizer_nestloop_factor; double locality_upper_bound; @@ -4325,7 +4325,7 @@ static struct config_bool ConfigureNamesBool[] = { {"enable_ranger", PGC_POSTMASTER, CONN_AUTH_SETTINGS, - gettext_noop("support to using ranger to manage hawq privilege."), + gettext_noop("Enable Apache Ranger for HAWQ privilege management."), NULL, GUC_SUPERUSER_ONLY },