mirror of https://github.com/citusdata/citus.git
Adds GUC check for db grant sync
parent
11e7c94e2f
commit
144ede3bf0
|
@ -4741,7 +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.
|
||||||
*/
|
*/
|
||||||
SendDatabaseGrantSyncCommands(context);
|
if (EnableCreateDatabasePropagation){
|
||||||
|
SendDatabaseGrantSyncCommands(context);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue