diff --git a/src/backend/distributed/deparser/deparse_role_stmts.c b/src/backend/distributed/deparser/deparse_role_stmts.c index 45b0990a0..803ca0e8e 100644 --- a/src/backend/distributed/deparser/deparse_role_stmts.c +++ b/src/backend/distributed/deparser/deparse_role_stmts.c @@ -237,6 +237,10 @@ 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. +*/ static void AppendStatementType(StringInfo buf, CreateRoleStmt *stmt)