citus/src/backend
Burak Yucesoy 85596a97aa Use ShareUpdateExclusiveLock instead ShareLock in VACUUM
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.
2017-07-12 09:10:39 +03:00
..
distributed Use ShareUpdateExclusiveLock instead ShareLock in VACUUM 2017-07-12 09:10:39 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00