Fixes checkstyle

grant_database_2pc_onur_1
gurkanindibay 2024-02-20 13:37:00 +03:00
parent a0e67cb0e2
commit e5bff30814
1 changed files with 1 additions and 0 deletions

View File

@ -1712,6 +1712,7 @@ IsStatementSupportedFromNonMainDb(Node *parsetree)
if (type == T_GrantStmt) if (type == T_GrantStmt)
{ {
GrantStmt *stmt = castNode(GrantStmt, parsetree); GrantStmt *stmt = castNode(GrantStmt, parsetree);
/* check if stmt->objtype is in supportedObjectTypes */ /* check if stmt->objtype is in supportedObjectTypes */
for (int j = 0; j < for (int j = 0; j <
NonMainDbSupportedStatements[i].supportedObjectTypesSize; j++) NonMainDbSupportedStatements[i].supportedObjectTypesSize; j++)