mirror of https://github.com/citusdata/citus.git
remove an outdated comment in local executor
parent
8ebb8ef31d
commit
2396b66ac5
|
@ -352,14 +352,8 @@ LocallyExecuteUtilityTask(const char *localTaskQueryCommand)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* It is a regular utility command or SELECT query with non-udf,
|
* It is a regular utility command we should execute it locally via
|
||||||
* targets, then we should execute it locally via process utility.
|
* process utility.
|
||||||
*
|
|
||||||
* If it is a regular utility command, CitusProcessUtility is the
|
|
||||||
* appropriate function to process that command. However, if it's
|
|
||||||
* a SELECT query with non-udf targets, CitusProcessUtility would
|
|
||||||
* error out as we are not expecting such SELECT queries triggered
|
|
||||||
* by utility commands.
|
|
||||||
*/
|
*/
|
||||||
CitusProcessUtility(localTaskRawParseTree, localTaskQueryCommand,
|
CitusProcessUtility(localTaskRawParseTree, localTaskQueryCommand,
|
||||||
PROCESS_UTILITY_TOPLEVEL, NULL, None_Receiver, NULL);
|
PROCESS_UTILITY_TOPLEVEL, NULL, None_Receiver, NULL);
|
||||||
|
|
Loading…
Reference in New Issue