From c7ceca32160f35db55f775adc6e3882a7c96a257 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Fri, 1 Nov 2019 11:36:56 +0300 Subject: [PATCH] update outdated comment in JobExecutorType (#3148) --- src/backend/distributed/executor/multi_server_executor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/executor/multi_server_executor.c b/src/backend/distributed/executor/multi_server_executor.c index 5ca5201ed..118fa588f 100644 --- a/src/backend/distributed/executor/multi_server_executor.c +++ b/src/backend/distributed/executor/multi_server_executor.c @@ -90,7 +90,7 @@ JobExecutorType(DistributedPlan *distributedPlan) if (executorType == MULTI_EXECUTOR_ADAPTIVE) { - /* if we have repartition jobs with real time executor and repartition + /* if we have repartition jobs with adaptive executor and repartition * joins are not enabled, error out. Otherwise, switch to task-tracker */ int dependedJobCount = list_length(job->dependedJobList);