From 02260cd4444e740c7a2de567bd7d4d2935f23495 Mon Sep 17 00:00:00 2001 From: "winter.loo" Date: Fri, 28 Jun 2024 20:05:12 +0800 Subject: [PATCH] fix typo in comments --- src/backend/distributed/executor/adaptive_executor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/executor/adaptive_executor.c b/src/backend/distributed/executor/adaptive_executor.c index e912f418d..9824a0125 100644 --- a/src/backend/distributed/executor/adaptive_executor.c +++ b/src/backend/distributed/executor/adaptive_executor.c @@ -3805,7 +3805,7 @@ PopAssignedPlacementExecution(WorkerSession *session) /* - * PopAssignedPlacementExecution finds an executable task from the queue of assigned tasks. + * PopUnAssignedPlacementExecution finds an executable task from the queue of assigned tasks. */ static TaskPlacementExecution * PopUnassignedPlacementExecution(WorkerPool *workerPool)