citus/src
Halil Ozan Akgul db2d9af863 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-09-03 15:27:24 +03:00
..
backend Introduces CopyFromState_compat macro 2021-09-03 15:27:24 +03:00
include Introduces BeginCopyFrom_compat macro 2021-09-03 15:27:24 +03:00
test Generate parameterized paths for columnar scans. (#5172) 2021-09-02 22:22:48 -07:00