mirror of https://github.com/citusdata/citus.git
This commit fixes a bug where a concurrent DROP TABLE deadlocks with SELECT (or DML) when the SELECT is executed from the workers. The problem was that Citus used to remove the metadata before droping the table on the workers. That creates a time window where the SELECT starts running on some of the nodes and DROP table on some of the other nodes. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |