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);