mirror of https://github.com/citusdata/citus.git
Before this change, we used ShareLock to acquire lock on distributed tables while running VACUUM. This makes VACUUM and INSERT block each other. With this change we changed lock mode from ShareLock to ShareUpdateExclusiveLock, which does not conflict with the locks INSERT acquire. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |