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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* GetNewRoleAddress returns the ObjectAddress of the new role.
|
||||
* in the ReassignOwnedStmt.
|
||||
*/
|
||||
* GetNewRoleAddress returns the ObjectAddress of the new role.
|
||||
* in the ReassignOwnedStmt.
|
||||
*/
|
||||
static ObjectAddress *
|
||||
GetNewRoleAddress(ReassignOwnedStmt *stmt)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue