You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2015/10/28 03:10:19 UTC

incubator-hawq git commit: HAWQ-88. set default value of guc hash_to_random_flag to be ENFORCE_KEEP_HASH

Repository: incubator-hawq
Updated Branches:
  refs/heads/master dc9a5d903 -> 162b70a8f


HAWQ-88. set default value of guc hash_to_random_flag to  be ENFORCE_KEEP_HASH


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

Branch: refs/heads/master
Commit: 162b70a8f1846b8e9b954964c98dc37d621ee93b
Parents: dc9a5d9
Author: hubertzhang <hz...@pivotal.io>
Authored: Wed Oct 28 10:04:56 2015 +0800
Committer: hubertzhang <hz...@pivotal.io>
Committed: Wed Oct 28 10:04:56 2015 +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/162b70a8/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 30f8ee0..6ce5c2f 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -6383,7 +6383,7 @@ static struct config_int ConfigureNamesInt[] =
 				GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
 			},
 			&hash_to_random_flag,
-			0, 0, 2 ,NULL, NULL
+			2, 0, 2 ,NULL, NULL
 	},
 
 	{