Repository: incubator-hawq Updated Branches: refs/heads/master cf54c4180 -> ec7b4d9e9
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/master Commit: ec7b4d9e96834d86a1a7196c9999199997e5068c Parents: cf54c41 Author: hubertzhang <[email protected]> Authored: Mon Jan 16 17:13:38 2017 +0800 Committer: hubertzhang <[email protected]> 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 }, {
