mirror of https://github.com/citusdata/citus.git
test commit
parent
b5b6ecdb59
commit
ca489a06aa
|
@ -107,6 +107,11 @@ EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
|
|||
requiredObjectSet == REQUIRE_OBJECT_AND_DEPENDENCIES);
|
||||
|
||||
|
||||
if (IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
List *objectsWithCommands = NIL;
|
||||
List *ddlCommands = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue