mirror of https://github.com/citusdata/citus.git
Remove matview check
parent
5888cb8d25
commit
0c99c9951e
|
@ -345,12 +345,6 @@ CreateDependentViewsOnWorkers(Oid relationId)
|
||||||
Oid viewOid = InvalidOid;
|
Oid viewOid = InvalidOid;
|
||||||
foreach_oid(viewOid, views)
|
foreach_oid(viewOid, views)
|
||||||
{
|
{
|
||||||
if (get_rel_relkind(viewOid) == RELKIND_MATVIEW)
|
|
||||||
{
|
|
||||||
/* do not propagate materialized views */
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!ShouldMarkRelationDistributed(viewOid))
|
if (!ShouldMarkRelationDistributed(viewOid))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue