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.
*/
performDeletion(&distributedTableObject, DROP_CASCADE,
PERFORM_DELETION_INTERNAL);
performDeletion(&distributedTableObject, DROP_CASCADE, 0);
}
/* iterate over shardList to delete the corresponding rows */