diff --git a/src/backend/distributed/commands/owned.c b/src/backend/distributed/commands/owned.c index 9f61bf5d2..c76437392 100644 --- a/src/backend/distributed/commands/owned.c +++ b/src/backend/distributed/commands/owned.c @@ -146,7 +146,8 @@ PostprocessReassignOwnedStmt(Node *node, const char *queryString) } -static ObjectAddress * GetNewRoleAddress(ReassignOwnedStmt *stmt) +static ObjectAddress * +GetNewRoleAddress(ReassignOwnedStmt *stmt) { Oid roleOid = get_role_oid(stmt->newrole->rolename, false); ObjectAddress *address = palloc0(sizeof(ObjectAddress));