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 2016/01/13 05:29:21 UTC

incubator-hawq git commit: HAWQ-336. Set default net_disk_ratio to 1.0.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 91c45cab0 -> c68abc628


HAWQ-336. Set default net_disk_ratio to 1.0.


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

Branch: refs/heads/master
Commit: c68abc6287589727d43d0aab50834a9313793c0b
Parents: 91c45ca
Author: hubertzhang <hz...@pivotal.io>
Authored: Wed Jan 13 12:21:13 2016 +0800
Committer: hubertzhang <hz...@pivotal.io>
Committed: Wed Jan 13 12:21:39 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/c68abc62/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 36f15a3..a33da0c 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -6971,7 +6971,7 @@ static struct config_real ConfigureNamesReal[] =
 			GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
 		},
 		&net_disk_ratio,
-		3.0, 1.0, 100.0, NULL, NULL
+		1.0, 1.0, 100.0, NULL, NULL
 	},
 
 	{