mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
cd40380d80
commit
9b6511ad10
|
@ -4741,7 +4741,8 @@ SyncDistributedObjects(MetadataSyncContext *context)
|
||||||
* After creation of databases and roles, send the grant database commands
|
* After creation of databases and roles, send the grant database commands
|
||||||
* to the workers.
|
* to the workers.
|
||||||
*/
|
*/
|
||||||
if (EnableCreateDatabasePropagation){
|
if (EnableCreateDatabasePropagation)
|
||||||
|
{
|
||||||
SendDatabaseGrantSyncCommands(context);
|
SendDatabaseGrantSyncCommands(context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue