mirror of https://github.com/citusdata/citus.git
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. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |