diff --git a/src/backend/distributed/commands/role.c b/src/backend/distributed/commands/role.c index 8b5bd89c9..a21099d9f 100644 --- a/src/backend/distributed/commands/role.c +++ b/src/backend/distributed/commands/role.c @@ -906,6 +906,7 @@ GenerateGrantRoleStmtsOfRole(Oid roleid) grantorRole->location = -1; grantorRole->rolename = GetUserNameFromId(membership->grantor, true); grantRoleStmt->grantor = grantorRole; + /*log grantor */ /*elog(ERROR, "grantor: %s", grantorRole->rolename); */