citus/src
Önder Kalacı 0237d826d5 Make sure that single task local executions start coordinated transaction (#4831)
With https://github.com/citusdata/citus/pull/4806 we enabled
2PC for any non-read-only local task. However, if the execution
is a single task, enabling 2PC (CoordinatedTransactionShouldUse2PC)
hits an assertion as we are not in a coordinated transaction.

There is no downside of using a coordinated transaction for single
task local queries.
2021-03-17 14:56:28 +03:00
..
backend Make sure that single task local executions start coordinated transaction (#4831) 2021-03-17 14:56:28 +03:00
include Replace MAX_PUT_COPY_DATA_BUFFER_SIZE by citus.remote_copy_flush_threshold GUC 2021-03-17 07:35:46 +03:00
test Make sure that single task local executions start coordinated transaction (#4831) 2021-03-17 14:56:28 +03:00