citus/src
Onder Kalaci 5bea95009b Skip autovacuum processes for distributed deadlock detection
Autovacuum process cancels itself if any modification starts
on the table in order to avoid blocking your regular Postgres
sessions. That's normal and expected. Thus, any locks held by
autovacuum process cannot involve in a distributed deadlock
since it'll be released if needed.
2017-11-15 14:32:16 +02:00
..
backend Skip autovacuum processes for distributed deadlock detection 2017-11-15 14:32:16 +02:00
include Allow generating placement IDs without using the sequence 2017-11-15 10:12:06 +01:00
test/regress Bump Citus version to 7.2devel 2017-11-15 10:32:49 +01:00