You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by es...@apache.org on 2017/02/03 09:00:27 UTC

[25/50] [abbrv] incubator-hawq git commit: HAWQ-1243. Add suffix name for ranger restful service.

HAWQ-1243. Add suffix name for ranger restful service.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/ec7b4d9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/ec7b4d9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/ec7b4d9e

Branch: refs/heads/2.1.0.0-incubating
Commit: ec7b4d9e96834d86a1a7196c9999199997e5068c
Parents: cf54c41
Author: hubertzhang <hu...@apache.org>
Authored: Mon Jan 16 17:13:38 2017 +0800
Committer: hubertzhang <hu...@apache.org>
Committed: Mon Jan 16 17:13:38 2017 +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/ec7b4d9e/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 21d705a..e87d514 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -8202,7 +8202,7 @@ static struct config_string ConfigureNamesString[] =
       NULL
     },
     &rps_addr_suffix,
-    "hawq", NULL, NULL
+    "rps", NULL, NULL
   },
 
 	{