mirror of https://github.com/citusdata/citus.git
Fixed indentation
parent
b8add7699a
commit
dde6808ed9
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue