mirror of https://github.com/citusdata/citus.git
Fixes checkstyle
parent
a0e67cb0e2
commit
e5bff30814
|
@ -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++)
|
||||||
|
|
Loading…
Reference in New Issue