Try fixing worker_drop_shell_table

ref_on_buraks
Burak Velioglu 2022-01-25 00:46:12 +03:00
parent c84d55c60d
commit a9f81f763d
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ worker_drop_distributed_table(PG_FUNCTION_ARGS)
UnmarkObjectDistributed(&ownedSequenceAddress);
}
UnmarkObjectDistributed(&distributedTableObject);
if (!IsObjectAddressOwnedByExtension(&distributedTableObject, NULL))
{
/*