Fixes indentation

pull/7451/head
gurkanindibay 2024-01-24 17:52:17 +03:00
parent 34b8914c69
commit fc3d5e739c
1 changed files with 2 additions and 2 deletions

View File

@ -906,8 +906,8 @@ GenerateGrantRoleStmtsOfRole(Oid roleid)
grantorRole->location = -1;
grantorRole->rolename = GetUserNameFromId(membership->grantor, true);
grantRoleStmt->grantor = grantorRole;
//log grantor
//elog(ERROR, "grantor: %s", grantorRole->rolename);
/*log grantor */
/*elog(ERROR, "grantor: %s", grantorRole->rolename); */
#if PG_VERSION_NUM >= PG_VERSION_16