Check perform deletion with trigger

velioglu/test_per_del_trigger
Burak Velioglu 2022-03-14 15:01:19 +03:00
parent b24e1dfccc
commit d9bc4b5282
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 */