diff --git a/src/backend/distributed/commands/owned.c b/src/backend/distributed/commands/owned.c index 8dd341578..3888ad5f0 100644 --- a/src/backend/distributed/commands/owned.c +++ b/src/backend/distributed/commands/owned.c @@ -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) {