Removes dependency check

pull/7389/head
gurkanindibay 2023-12-17 09:30:07 +03:00
parent 9f82b1609a
commit 6adac3a9b2
1 changed files with 0 additions and 5 deletions

View File

@ -106,11 +106,6 @@ EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
Assert(requiredObjectSet == REQUIRE_ONLY_DEPENDENCIES ||
requiredObjectSet == REQUIRE_OBJECT_AND_DEPENDENCIES);
if (IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
{
/* do not propagate for non-distributed types */
return;
}
List *objectsWithCommands = NIL;
List *ddlCommands = NULL;