handle mat views and extension owned tables/views

update_view_rebase
Onder Kalaci 2022-05-05 13:43:10 +02:00
parent 9cb27dd8ec
commit f8d0ea8f34
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ MarkExistingObjectDependenciesDistributedIfSupported()
Oid citusTableId = InvalidOid;
foreach_oid(citusTableId, citusTableIdList)
{
if (!IsTableOwnedByExtension(citusTableId))
if (IsTableOwnedByExtension(citusTableId))
{
/*
* We let extensions handle its objects by themselves. This includes