You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by zt...@apache.org on 2022/10/29 08:20:53 UTC

[hawq] branch master updated: HAWQ-1847. change default value of gp_max_plan_slice to 36

This is an automated email from the ASF dual-hosted git repository.

ztao1987 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e7399274 HAWQ-1847. change default value of gp_max_plan_slice to 36
5e7399274 is described below

commit 5e73992742e32415568d86482d7a282a10601166
Author: ztao1987 <zh...@gmail.com>
AuthorDate: Sat Oct 29 16:18:24 2022 +0800

    HAWQ-1847. change default value of gp_max_plan_slice to 36
---
 src/backend/utils/misc/guc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 29524a33c..af041ff7b 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -5184,7 +5184,7 @@ static struct config_int ConfigureNamesInt[] =
       NULL
     },
     &gp_max_plan_slice,
-    0, 0, INT_MAX, NULL, NULL
+    36, 0, INT_MAX, NULL, NULL
   },
 
 	{