Fixes indentation

pull/7563/head
gurkanindibay 2024-03-26 10:37:40 +03:00
parent 603cec47df
commit c47ac5e1da
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString,
{ {
return NIL; return NIL;
} }
/* Since ALTER TABLE SET TABLESPACE statement is not supported */ /* Since ALTER TABLE SET TABLESPACE statement is not supported */
/* inside a transaction block, we need to send the command to the */ /* inside a transaction block, we need to send the command to the */
/* main database directly to make it work */ /* main database directly to make it work */