mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
7e1a9a9fee
commit
d7fa9a5e36
|
@ -729,8 +729,7 @@ static uint64 MicrosecondsBetweenTimestamps(instr_time startTime, instr_time end
|
|||
static int WorkerPoolCompare(const void *lhsKey, const void *rhsKey);
|
||||
static void SetAttributeInputMetadata(DistributedExecution *execution,
|
||||
ShardCommandExecution *shardCommandExecution);
|
||||
static ExecutionParams *
|
||||
GetExecutionParams(RowModifyLevel modLevel, List *taskList,
|
||||
static ExecutionParams * GetExecutionParams(RowModifyLevel modLevel, List *taskList,
|
||||
TupleDestination *tupleDest,
|
||||
bool expectResults,
|
||||
ParamListInfo paramListInfo);
|
||||
|
@ -1019,7 +1018,6 @@ ExecuteTaskListOutsideTransaction(RowModifyLevel modLevel, List *taskList,
|
|||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Prepare execution parameters for a task list.It is used by the
|
||||
* functions that execute task lists.
|
||||
|
@ -1045,6 +1043,7 @@ GetExecutionParams(RowModifyLevel modLevel, List *taskList,
|
|||
return executionParams;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* ExecuteTaskListIntoTupleDestWithParam is a proxy to ExecuteTaskListExtended() which uses
|
||||
* bind params from executor state, and with defaults for some of the arguments.
|
||||
|
@ -1060,6 +1059,7 @@ ExecuteTaskListIntoTupleDestWithParam(RowModifyLevel modLevel, List *taskList,
|
|||
return ExecuteTaskListExtended(executionParams);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* ExecuteTaskListIntoTupleDest is a proxy to ExecuteTaskListExtended() with defaults
|
||||
* for some of the arguments.
|
||||
|
|
Loading…
Reference in New Issue