diff options
Diffstat (limited to 'src/backend/executor/functions.c')
-rw-r--r-- | src/backend/executor/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/functions.c b/src/backend/executor/functions.c index 9f4503dcc1..98255939da 100644 --- a/src/backend/executor/functions.c +++ b/src/backend/executor/functions.c @@ -313,7 +313,7 @@ init_execution_state(List *queryTree_list, { /* * The parameterised queries in RemoteQuery nodes will be prepared - * on the datanode, and need parameter types for the same. Set the + * on the Datanode, and need parameter types for the same. Set the * parameter types and their number in all RemoteQuery nodes in the * plan */ |