mirror of https://github.com/citusdata/citus.git
Removes log block
parent
2935c57135
commit
243c40a0e7
|
@ -170,12 +170,6 @@ citus_ProcessUtility(PlannedStmt *pstmt,
|
||||||
|
|
||||||
Node *parsetree = pstmt->utilityStmt;
|
Node *parsetree = pstmt->utilityStmt;
|
||||||
|
|
||||||
if (IsA(parsetree, GrantRoleStmt))
|
|
||||||
{
|
|
||||||
GrantRoleStmt *grantRoleStmt = (GrantRoleStmt *) parsetree;
|
|
||||||
elog(LOG, "GrantRoleStmt: ");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsA(parsetree, TransactionStmt))
|
if (IsA(parsetree, TransactionStmt))
|
||||||
{
|
{
|
||||||
TransactionStmt *transactionStmt = (TransactionStmt *) parsetree;
|
TransactionStmt *transactionStmt = (TransactionStmt *) parsetree;
|
||||||
|
|
Loading…
Reference in New Issue