mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
f1f7313c8b
commit
b598b481a0
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue