Fixes indentation

pull/7384/head
gindibay 2023-11-22 15:59:10 +03:00
parent f1f7313c8b
commit b598b481a0
1 changed files with 2 additions and 1 deletions

View File

@ -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); Oid roleOid = get_role_oid(stmt->newrole->rolename, false);
ObjectAddress *address = palloc0(sizeof(ObjectAddress)); ObjectAddress *address = palloc0(sizeof(ObjectAddress));