citus/src
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
..
backend Use ShareUpdateExclusiveLock instead ShareLock in VACUUM 2017-07-12 09:10:39 +03:00
include Fix incorrect call to CheckInstalledVersion 2017-05-24 13:16:03 -06:00
test/regress Add weird column name to create_distributed_table test 2017-07-06 23:00:56 +02:00