mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
6bff0ad924
commit
78d850950b
|
@ -1678,11 +1678,10 @@ RunPostprocessMainDBCommand(Node *parsetree)
|
|||
static ObjectInfo
|
||||
GetObjectInfo(Node *parsetree)
|
||||
{
|
||||
|
||||
if (IsA(parsetree, CreateRoleStmt))
|
||||
{
|
||||
CreateRoleStmt *stmt = castNode(CreateRoleStmt, parsetree);
|
||||
ObjectInfo info = {
|
||||
ObjectInfo info = {
|
||||
.name = stmt->role,
|
||||
.id = get_role_oid(stmt->role, false)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue