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