citus/src/backend/distributed/executor
Önder Kalacı 960cd02c67
Remove real time router executors (#3142)
* 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.
2019-11-05 12:48:10 +01:00
..
adaptive_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
citus_custom_scan.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
distributed_execution_locks.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
insert_select_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
intermediate_results.c Support subqueries in HAVING (#3098) 2019-10-16 16:40:14 +02:00
local_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_client_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_server_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_task_tracker_executor.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
placement_access.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
query_stats.c Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
subplan_execution.c Support subqueries in HAVING (#3098) 2019-10-16 16:40:14 +02:00