Fixes indentation errors

pull/7563/head
gurkanindibay 2024-03-22 14:51:05 +03:00
parent c558caf4bb
commit 48e959522b
1 changed files with 0 additions and 9 deletions

View File

@ -160,15 +160,6 @@ static void UnmarkObjectDistributedOnLocalMainDb(uint16 catalogRelId, Oid object
bool
RunPreprocessNonMainDBCommand(Node *parsetree)
{
/* NodeTag tag = nodeTag(parsetree); */
/* if ( tag == T_AlterDatabaseSetStmt){ */
/* AlterDatabaseSetStmt *stmt = castNode(AlterDatabaseSetStmt, parsetree); */
/* if (strcmp(stmt->dbname, MainDb) == 0){ */
/* return false; */
/* } */
/* } */
if (IsMainDB)
{
return false;