Try perform deletion with trigger

velioglu/metadata_consistency
Burak Velioglu 2022-03-14 14:59:34 +03:00
parent a94944cd8f
commit c18c23ac67
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 2 deletions

View File

@ -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 */