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 B567A200BE4 for ; Wed, 7 Dec 2016 06:32:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B420A160B29; Wed, 7 Dec 2016 05:32:57 +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 09BCA160B1B for ; Wed, 7 Dec 2016 06:32:56 +0100 (CET) Received: (qmail 35737 invoked by uid 500); 7 Dec 2016 05:32:56 -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 35724 invoked by uid 99); 7 Dec 2016 05:32:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 05:32:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C40631AB899 for ; Wed, 7 Dec 2016 05:32:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 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=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id BIrjYE1MPRyV for ; Wed, 7 Dec 2016 05:32:55 +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 09ABE5F5F9 for ; Wed, 7 Dec 2016 05:32:53 +0000 (UTC) Received: (qmail 35709 invoked by uid 99); 7 Dec 2016 05:32:53 -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 Dec 2016 05:32:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 186EBE0159; Wed, 7 Dec 2016 05:32:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulguo@apache.org To: commits@hawq.incubator.apache.org Message-Id: <5e812e1136444ccc8d4cf5dd7b263bc3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-hawq git commit: HAWQ-1199. guc enable_prefer_list_to_rm does not work. Date: Wed, 7 Dec 2016 05:32:53 +0000 (UTC) archived-at: Wed, 07 Dec 2016 05:32:57 -0000 Repository: incubator-hawq Updated Branches: refs/heads/master ea402f4e7 -> 85b3455e7 HAWQ-1199. guc enable_prefer_list_to_rm does not work. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/85b3455e Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/85b3455e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/85b3455e Branch: refs/heads/master Commit: 85b3455e7384d0ce3ea130db2d6c77ce27e6f91c Parents: ea402f4 Author: Paul Guo Authored: Wed Dec 7 13:26:54 2016 +0800 Committer: Paul Guo Committed: Wed Dec 7 13:32:06 2016 +0800 ---------------------------------------------------------------------- src/backend/utils/misc/guc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85b3455e/src/backend/utils/misc/guc.c ---------------------------------------------------------------------- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index dae1543..e5f6548 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -4115,7 +4115,7 @@ static struct config_bool ConfigureNamesBool[] = }, { - {"enable_prefer_list_to_rm;", PGC_USERSET, DEVELOPER_OPTIONS, + {"enable_prefer_list_to_rm", PGC_USERSET, DEVELOPER_OPTIONS, gettext_noop("Sets whether enable data locality prefer list passed to rm"), NULL, GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE