mirror of https://github.com/citusdata/citus.git
* Remove unused executor codes All of the codes of real-time executor. Some functions in router executor still remains there because there are common functions. We'll move them to accurate places in the follow-up commits. * Move GUCs to transaction mngnt and remove unused struct * Update test output * Get rid of references of real-time executor from code * Warn if real-time executor is picked * Remove lots of unused connection codes * Removed unused code for connection restrictions Real-time and router executors cannot handle re-using of the existing connections within a transaction block. Adaptive executor and COPY can re-use the connections. So, there is no reason to keep the code around for applying the restrictions in the placement connection logic. |
||
---|---|---|
.. | ||
adaptive_executor.c | ||
citus_custom_scan.c | ||
distributed_execution_locks.c | ||
insert_select_executor.c | ||
intermediate_results.c | ||
local_executor.c | ||
multi_client_executor.c | ||
multi_executor.c | ||
multi_server_executor.c | ||
multi_task_tracker_executor.c | ||
placement_access.c | ||
query_stats.c | ||
subplan_execution.c |