mirror of https://github.com/citusdata/citus.git
Fixes test error
parent
c199c0108f
commit
059081ee60
|
@ -103,7 +103,7 @@ static void
|
|||
EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
|
||||
RequiredObjectSet requiredObjectSet)
|
||||
{
|
||||
if (!IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
|
||||
if (IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
|
||||
{
|
||||
/* do not propagate for non-distributed types */
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue