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/27 09:35:42 UTC

incubator-hawq git commit: HAWQ-366. Analyse data locality ratio for TPCH query in SFO.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 69e865b9f -> 898820b18


HAWQ-366. Analyse data locality ratio for TPCH query in SFO.


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

Branch: refs/heads/master
Commit: 898820b184c09f98a5a4c884b571963728712591
Parents: 69e865b
Author: hubertzhang <hz...@pivotal.io>
Authored: Wed Jan 27 16:30:13 2016 +0800
Committer: hubertzhang <hz...@pivotal.io>
Committed: Wed Jan 27 16:30:13 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/898820b1/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 605a29d..845bfdc 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -6955,7 +6955,7 @@ static struct config_real ConfigureNamesReal[] =
 			GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
 		},
 		&net_disk_ratio,
-		1.0, 1.0, 100.0, NULL, NULL
+		1.01, 1.0, 100.0, NULL, NULL
 	},
 
 	{