mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
e825d297d5
commit
b5b6ecdb59
|
@ -154,10 +154,11 @@ PostprocessReassignOwnedStmt(Node *node, const char *queryString)
|
||||||
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GetNewRoleAddress returns the ObjectAddress of the new role.
|
* GetNewRoleAddress returns the ObjectAddress of the new role.
|
||||||
* in the ReassignOwnedStmt.
|
* in the ReassignOwnedStmt.
|
||||||
*/
|
*/
|
||||||
static ObjectAddress *
|
static ObjectAddress *
|
||||||
GetNewRoleAddress(ReassignOwnedStmt *stmt)
|
GetNewRoleAddress(ReassignOwnedStmt *stmt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue