From f779947b2b3522cf951497fbcea787cb9f08f15d Mon Sep 17 00:00:00 2001 From: gindibay Date: Tue, 24 Oct 2023 14:57:36 +0300 Subject: [PATCH] Removes unnecessary logs --- src/backend/distributed/commands/role.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/distributed/commands/role.c b/src/backend/distributed/commands/role.c index 34be44637..792efd934 100644 --- a/src/backend/distributed/commands/role.c +++ b/src/backend/distributed/commands/role.c @@ -1079,7 +1079,6 @@ UnmarkRolesDistributed(List *roles) } ObjectAddressSet(roleAddress, AuthIdRelationId, roleOid); - elog(LOG, "Unmarking role %s as distributed", role->rolename); UnmarkObjectDistributed(&roleAddress); } }