Fixes indentation

pull/7178/head
gindibay 2023-09-04 17:53:19 +03:00
parent 715d44c34c
commit 761b6ace0f
2 changed files with 4 additions and 0 deletions

View File

@ -209,4 +209,6 @@ PreprocessAlterDatabaseRefreshCollStmt(Node *node, const char *queryString,
return NodeDDLTaskList(NON_COORDINATOR_NODES, commands); return NodeDDLTaskList(NON_COORDINATOR_NODES, commands);
} }
#endif #endif

View File

@ -1310,11 +1310,13 @@ GetDistributeObjectOps(Node *node)
{ {
return &Database_Alter; return &Database_Alter;
} }
#if PG_VERSION_NUM >= PG_VERSION_15 #if PG_VERSION_NUM >= PG_VERSION_15
case T_AlterDatabaseRefreshCollStmt: case T_AlterDatabaseRefreshCollStmt:
{ {
return &Database_RefreshColl; return &Database_RefreshColl;
} }
#endif #endif
case T_AlterDomainStmt: case T_AlterDomainStmt:
{ {