mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
715d44c34c
commit
761b6ace0f
|
@ -209,4 +209,6 @@ PreprocessAlterDatabaseRefreshCollStmt(Node *node, const char *queryString,
|
|||
|
||||
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1310,11 +1310,13 @@ GetDistributeObjectOps(Node *node)
|
|||
{
|
||||
return &Database_Alter;
|
||||
}
|
||||
|
||||
#if PG_VERSION_NUM >= PG_VERSION_15
|
||||
case T_AlterDatabaseRefreshCollStmt:
|
||||
{
|
||||
return &Database_RefreshColl;
|
||||
}
|
||||
|
||||
#endif
|
||||
case T_AlterDomainStmt:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue