mirror of https://github.com/citusdata/citus.git
Check perform deletion with trigger
parent
b24e1dfccc
commit
d9bc4b5282
|
@ -151,8 +151,7 @@ WorkerDropDistributedTable(Oid relationId)
|
|||
*
|
||||
* We drop the table with cascade since other tables may be referring to it.
|
||||
*/
|
||||
performDeletion(&distributedTableObject, DROP_CASCADE,
|
||||
PERFORM_DELETION_INTERNAL);
|
||||
performDeletion(&distributedTableObject, DROP_CASCADE, 0);
|
||||
}
|
||||
|
||||
/* iterate over shardList to delete the corresponding rows */
|
||||
|
|
Loading…
Reference in New Issue