mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
3ef34bbaca
commit
6b12e2504a
|
@ -184,7 +184,7 @@ ObjectType supportedObjectTypesForGrantStmt[] = { OBJECT_DATABASE };
|
|||
static const NonMainDbDistributedStatementInfo NonMainDbSupportedStatements[] = {
|
||||
{ T_GrantRoleStmt, false, NULL },
|
||||
{ T_CreateRoleStmt, true, NULL },
|
||||
{ T_GrantStmt, false, NonMainDbCheckSupportedObjectTypeForGrant}
|
||||
{ T_GrantStmt, false, NonMainDbCheckSupportedObjectTypeForGrant }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue