test commit

pull/7389/head
Onur Tirtir 2023-12-25 14:39:00 +03:00
parent b5b6ecdb59
commit ca489a06aa
1 changed files with 5 additions and 0 deletions

View File

@ -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;