mirror of https://github.com/citusdata/citus.git
Removes SendDatabaseGrantSyncCommands
parent
feb609868e
commit
772a13dc7c
|
@ -4741,10 +4741,9 @@ 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)
|
|
||||||
{
|
SendDatabaseGrantSyncCommands(context);
|
||||||
SendDatabaseGrantSyncCommands(context);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue