mirror of https://github.com/citusdata/citus.git
Fixes code indents
parent
6a333ca742
commit
959d26db89
|
@ -240,6 +240,7 @@ PreprocessAlterDatabaseRefreshCollStmt(Node *node, const char *queryString,
|
|||
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -265,6 +266,7 @@ PreprocessAlterDatabaseRenameStmt(Node *node, const char *queryString,
|
|||
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* CreateDDLTaskList creates a task list for running a single DDL command.
|
||||
*/
|
||||
|
|
|
@ -208,6 +208,7 @@ DeparseAlterDatabaseRefreshCollStmt(Node *node)
|
|||
return str.data;
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
char *
|
||||
|
@ -225,6 +226,7 @@ DeparseAlterDatabaseRenameStmt(Node *node)
|
|||
return str.data;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
AppendAlterDatabaseSetStmt(StringInfo buf, AlterDatabaseSetStmt *stmt)
|
||||
{
|
||||
|
|
|
@ -232,7 +232,8 @@ extern List * PreprocessDropDatabaseStmt(Node *node, const char *queryString,
|
|||
ProcessUtilityContext processUtilityContext);
|
||||
|
||||
extern List * PreprocessAlterDatabaseRenameStmt(Node *node, const char *queryString,
|
||||
ProcessUtilityContext processUtilityContext);
|
||||
ProcessUtilityContext
|
||||
processUtilityContext);
|
||||
|
||||
/* domain.c - forward declarations */
|
||||
extern List * CreateDomainStmtObjectAddress(Node *node, bool missing_ok, bool
|
||||
|
|
Loading…
Reference in New Issue