Fixes indentation

pull/7240/head
gindibay 2023-11-15 16:41:38 +03:00
parent 6f838e6e88
commit 931514b0f7
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ GetDependencyCreateDDLCommands(const ObjectAddress *dependency)
List *ownerDDLCommands = DatabaseOwnerDDLCommands(dependency);
databaseDDLCommands = list_concat(databaseDDLCommands, ownerDDLCommands);
}
/*TODO: To reviewer: Having a code block for dependency makes sense */
/* However dependency tree is based on pg metadata; which does not reflect */
/* actual database dependencies. I added this block just to point out the issue. */