From fc3d5e739cf3dcae46827323791e8ca8b9620963 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Wed, 24 Jan 2024 17:52:17 +0300 Subject: [PATCH] Fixes indentation --- src/backend/distributed/commands/role.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/commands/role.c b/src/backend/distributed/commands/role.c index 1cc063995..8b5bd89c9 100644 --- a/src/backend/distributed/commands/role.c +++ b/src/backend/distributed/commands/role.c @@ -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