citus/src
Önder Kalacı 0b3d4e55d9
Local execution should not change hasReturning for distributed tables (#3160)
It looks like the logic to prevent RETURNING in reference tables to
have duplicate entries that comes from local and remote executions
leads to missing some tuples for distributed tables.

With this PR, we're ensuring to kick in the logic for reference tables
only.
2019-11-08 12:49:56 +01:00
..
backend Local execution should not change hasReturning for distributed tables (#3160) 2019-11-08 12:49:56 +01:00
include Local execution should not change hasReturning for distributed tables (#3160) 2019-11-08 12:49:56 +01:00
test/regress Local execution should not change hasReturning for distributed tables (#3160) 2019-11-08 12:49:56 +01:00