From b43d89e2a86a97fa5c87550ca4103d1c221d381f Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 24 Jan 2024 18:33:19 +0300 Subject: [PATCH] Fixes indentation --- src/backend/distributed/commands/role.c | 1 + 1 file changed, 1 insertion(+) 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); */