diff --git a/src/backend/distributed/deparser/deparse_role_stmts.c b/src/backend/distributed/deparser/deparse_role_stmts.c index 803ca0e8e..ee216809e 100644 --- a/src/backend/distributed/deparser/deparse_role_stmts.c +++ b/src/backend/distributed/deparser/deparse_role_stmts.c @@ -200,6 +200,7 @@ DeparseCreateRoleStmt(Node *node) return buf.data; } + static void AppendSysIdStatement(StringInfo buf, ListCell *optionCell) { @@ -237,11 +238,11 @@ AppendInlinePriviliges(StringInfo buf, ListCell *optionCell) } } -/* -* AppendStatementType generates the string representation for the statement -* type (role, user or group) in alter/create statement and appends it to the buffer. -*/ +/* + * AppendStatementType generates the string representation for the statement + * type (role, user or group) in alter/create statement and appends it to the buffer. + */ static void AppendStatementType(StringInfo buf, CreateRoleStmt *stmt) {