mirror of https://github.com/citusdata/citus.git
Unmark dropped tabled on worker
parent
880533a609
commit
416196b9be
|
@ -98,6 +98,8 @@ worker_drop_distributed_table(PG_FUNCTION_ARGS)
|
|||
UnmarkObjectDistributed(&ownedSequenceAddress);
|
||||
}
|
||||
|
||||
UnmarkObjectDistributed(&distributedTableObject);
|
||||
|
||||
/* drop the server for the foreign relations */
|
||||
if (relationKind == RELKIND_FOREIGN_TABLE)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue