mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
6f838e6e88
commit
931514b0f7
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue