mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
fc3d5e739c
commit
b43d89e2a8
|
@ -906,6 +906,7 @@ GenerateGrantRoleStmtsOfRole(Oid roleid)
|
||||||
grantorRole->location = -1;
|
grantorRole->location = -1;
|
||||||
grantorRole->rolename = GetUserNameFromId(membership->grantor, true);
|
grantorRole->rolename = GetUserNameFromId(membership->grantor, true);
|
||||||
grantRoleStmt->grantor = grantorRole;
|
grantRoleStmt->grantor = grantorRole;
|
||||||
|
|
||||||
/*log grantor */
|
/*log grantor */
|
||||||
/*elog(ERROR, "grantor: %s", grantorRole->rolename); */
|
/*elog(ERROR, "grantor: %s", grantorRole->rolename); */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue