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.
|
* We drop the table with cascade since other tables may be referring to it.
|
||||||
*/
|
*/
|
||||||
performDeletion(&distributedTableObject, DROP_CASCADE,
|
performDeletion(&distributedTableObject, DROP_CASCADE, 0);
|
||||||
PERFORM_DELETION_INTERNAL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* iterate over shardList to delete the corresponding rows */
|
/* iterate over shardList to delete the corresponding rows */
|
||||||
|
|
Loading…
Reference in New Issue