From 702ed6fb41f82e237e330d208b34f1c4dd94351a Mon Sep 17 00:00:00 2001 From: TotaJ Date: Mon, 28 Sep 2020 14:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=E5=B9=B6?= =?UTF-8?q?=E8=A1=8C=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/backend/utils/misc/guc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/backend/utils/misc/guc.cpp b/src/common/backend/utils/misc/guc.cpp index 2f243d6fe..6ded1a2a3 100644 --- a/src/common/backend/utils/misc/guc.cpp +++ b/src/common/backend/utils/misc/guc.cpp @@ -9238,7 +9238,7 @@ static void init_configure_names_int() NULL }, &u_sess->attr.attr_sql.max_parallel_workers_per_gather, - 2, + 0, 0, MAX_PARALLEL_WORKER_LIMIT, NULL,