mirror of https://github.com/citusdata/citus.git
Added comments for AppendStatementType
parent
0038dc16f1
commit
b8add7699a
|
@ -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
|
static void
|
||||||
AppendStatementType(StringInfo buf, CreateRoleStmt *stmt)
|
AppendStatementType(StringInfo buf, CreateRoleStmt *stmt)
|
||||||
|
|
Loading…
Reference in New Issue