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 <[email protected]> Authored: Wed Jan 13 12:21:13 2016 +0800 Committer: hubertzhang <[email protected]> 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 }, {
