mirror of https://github.com/citusdata/citus.git
Make TaskAccessesLocalNode external function
parent
5dc454cdad
commit
08d148d43e
|
@ -24,6 +24,9 @@ extern void ExtractLocalAndRemoteTasks(bool readOnlyPlan, List *taskList,
|
||||||
List **localTaskList, List **remoteTaskList);
|
List **localTaskList, List **remoteTaskList);
|
||||||
extern bool ShouldExecuteTasksLocally(List *taskList);
|
extern bool ShouldExecuteTasksLocally(List *taskList);
|
||||||
extern void ErrorIfLocalExecutionHappened(void);
|
extern void ErrorIfLocalExecutionHappened(void);
|
||||||
|
extern void SetTaskQueryAndPlacementList(Task *task, Query *query, List *placementList);
|
||||||
|
extern char * TaskQueryString(Task *task);
|
||||||
|
extern bool TaskAccessesLocalNode(Task *task);
|
||||||
extern void DisableLocalExecution(void);
|
extern void DisableLocalExecution(void);
|
||||||
extern bool AnyTaskAccessesRemoteNode(List *taskList);
|
extern bool AnyTaskAccessesRemoteNode(List *taskList);
|
||||||
extern bool TaskAccessesLocalNode(Task *task);
|
extern bool TaskAccessesLocalNode(Task *task);
|
||||||
|
|
Loading…
Reference in New Issue