mirror of https://github.com/citusdata/citus.git
Try fixing worker_drop_shell_table
parent
c84d55c60d
commit
a9f81f763d
|
@ -105,6 +105,8 @@ worker_drop_distributed_table(PG_FUNCTION_ARGS)
|
|||
UnmarkObjectDistributed(&ownedSequenceAddress);
|
||||
}
|
||||
|
||||
UnmarkObjectDistributed(&distributedTableObject);
|
||||
|
||||
if (!IsObjectAddressOwnedByExtension(&distributedTableObject, NULL))
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue