From e535f53ce5644b2ee339098a255ac877edc44c63 Mon Sep 17 00:00:00 2001 From: cvbhjkl Date: Fri, 3 Nov 2023 20:14:11 +0800 Subject: [PATCH] Fix typo in local_executor.c (#7324) Fix a typo 'remaning' -> 'remaining' in local_executor.c --- src/backend/distributed/executor/local_executor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/executor/local_executor.c b/src/backend/distributed/executor/local_executor.c index 5661403b9..73d93c055 100644 --- a/src/backend/distributed/executor/local_executor.c +++ b/src/backend/distributed/executor/local_executor.c @@ -567,7 +567,7 @@ LogLocalCommand(Task *task) * * One slightly different case is modifications to replicated tables * (e.g., reference tables) where a single task ends in two separate tasks - * and the local task is added to localTaskList and the remaning ones to + * and the local task is added to localTaskList and the remaining ones to * the remoteTaskList. */ void