mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
34b8914c69
commit
fc3d5e739c
|
@ -906,8 +906,8 @@ 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); */
|
||||||
|
|
||||||
|
|
||||||
#if PG_VERSION_NUM >= PG_VERSION_16
|
#if PG_VERSION_NUM >= PG_VERSION_16
|
||||||
|
|
Loading…
Reference in New Issue