Fixes indentation

pull/7443/head
gurkanindibay 2024-02-20 17:37:29 +03:00
parent 3ef34bbaca
commit 6b12e2504a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};