mirror of https://github.com/citusdata/citus.git
Fix style
parent
0a51de1635
commit
68afd6a531
|
@ -189,7 +189,7 @@ static const NonMainDbDistributedStatementInfo NonMainDbSupportedStatements[] =
|
||||||
{ T_GrantStmt, false, NonMainDbCheckSupportedObjectTypeForGrant },
|
{ T_GrantStmt, false, NonMainDbCheckSupportedObjectTypeForGrant },
|
||||||
{ T_CreatedbStmt, false, NULL },
|
{ T_CreatedbStmt, false, NULL },
|
||||||
{ T_DropdbStmt, false, NULL },
|
{ T_DropdbStmt, false, NULL },
|
||||||
{ T_SecLabelStmt, false, NonMainDbCheckSupportedObjectTypeForSecLabel},
|
{ T_SecLabelStmt, false, NonMainDbCheckSupportedObjectTypeForSecLabel },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue