Revert "HAWQ-531. Change GUC default value."

This reverts commit 4d1a85405b87145fb931a16be9e22bd40f16eca8.


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

Branch: refs/heads/HAWQ-459
Commit: 94b7a8225d23729d01cfc481375146d06078b601
Parents: 1897ba1
Author: hubertzhang <[email protected]>
Authored: Thu Mar 17 15:38:46 2016 +0800
Committer: hubertzhang <[email protected]>
Committed: Thu Mar 17 15:38:46 2016 +0800

----------------------------------------------------------------------
 src/backend/utils/misc/guc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/94b7a822/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index ba8e747..fa58f86 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -6379,7 +6379,7 @@ static struct config_int ConfigureNamesInt[] =
                     NULL
             },
             &rm_nvseg_perquery_limit,
-            512, 1, 65535, NULL, NULL
+            1000, 1, 65535, NULL, NULL
     },
 
     {
@@ -6535,7 +6535,7 @@ static struct config_int ConfigureNamesInt[] =
                        NULL
                },
                &rm_rejectrequest_nseg_limit,
-               4, 0, 65535, NULL, NULL
+               2, 0, 65535, NULL, NULL
        },
 
        {

Reply via email to