citus/src
Eren Basak ac3a4eee21 Fix command counter increment bug
Fixes citusdata/citus#714

On `InsertShardRow`, we previously called `CommandCounterIncrement()` before
`CitusInvalidateRelcacheByRelid(relationId);`. This might prevent to skip
invalidation of the distributed table in the next access within the same session.
2016-10-03 17:00:27 +03:00
..
backend Fix command counter increment bug 2016-10-03 17:00:27 +03:00
include Differentiate worker and master job temporary folders 2016-10-03 14:24:08 +03:00
test/regress Differentiate worker and master job temporary folders 2016-10-03 14:24:08 +03:00