mirror of https://github.com/citusdata/citus.git
Removes unnecessary comments
parent
da72cd3cf1
commit
58bb165145
|
@ -466,20 +466,6 @@ GetDependencyCreateDDLCommands(const ObjectAddress *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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* if(EnableCreateDatabasePropagation){
|
||||
* List *dbGrants = GrantOnDatabaseDDLCommands(dependency->objectId);
|
||||
* databaseDDLCommands = list_concat(databaseDDLCommands, dbGrants);
|
||||
*
|
||||
* }
|
||||
*/
|
||||
|
||||
return databaseDDLCommands;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue