mirror of https://github.com/citusdata/citus.git
handle mat views and extension owned tables/views
parent
9cb27dd8ec
commit
f8d0ea8f34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue