citus/src/backend/distributed/executor
Halil Ozan Akgul c2f698674f Introduces BeginCopyFrom_compat macro
BeginCopyFrom function now has a new whereClause parameter.
In the function this parameter is assigned to the whereClause field of the CopyFromState returned
Currently in Postgres there is only one place where this argument isn't NULL, and in previous PG version the whereClause argument of copy state is set right after the function call
Since we don't have such example all current whereClause parameters are set to NULL

Relevant PG commit:
c532d15dddff14b01fe9ef1d465013cb8ef186df
2021-08-25 16:18:32 +03:00
..
adaptive_executor.c Guard against hard WaitEvenSet errors 2021-08-10 09:35:03 +02:00
citus_custom_scan.c Deparse/parse the local cached queries 2021-06-21 12:24:29 +03:00
directed_acyclic_graph_execution.c Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
distributed_execution_locks.c Introduce cache entry/table utilities (#4132) 2020-09-02 22:26:05 +03:00
distributed_intermediate_results.c Drop postgres 11 support 2021-03-25 09:20:28 +03:00
insert_select_executor.c Support local execution for INSERT..SELECT with re-partitioning 2021-01-06 16:15:53 +01:00
intermediate_results.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
local_executor.c Deparse/parse the local cached queries 2021-06-21 12:24:29 +03:00
multi_client_executor.c Remove unused functions that cppcheck found 2020-10-19 13:50:52 +03:00
multi_executor.c Introduces BeginCopyFrom_compat macro 2021-08-25 16:18:32 +03:00
multi_server_executor.c Local execution considers intermediate result size limit 2020-10-15 17:18:55 +02:00
partitioned_intermediate_results.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
placement_access.c Not include to-be-deleted shards while finding shard placements 2021-06-28 13:05:31 +03:00
query_stats.c Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
repartition_join_execution.c Introduce GetCurrentLocalExecutionStatus wrapper 2020-10-15 15:38:19 +03:00
subplan_execution.c Fix explain subplan duration 2020-07-03 20:39:55 +03:00
tuple_destination.c Drop postgres 11 support 2021-03-25 09:20:28 +03:00