diff --git a/src/backend/distributed/deparser/deparse_database_stmts.c b/src/backend/distributed/deparser/deparse_database_stmts.c index e726fa845..5e7fa5416 100644 --- a/src/backend/distributed/deparser/deparse_database_stmts.c +++ b/src/backend/distributed/deparser/deparse_database_stmts.c @@ -322,7 +322,7 @@ AppendDropDatabaseStmt(StringInfo buf, DropdbStmt *stmt) option->defname))); } - /*if it is the last option then append with ")" */ + /* if it is the last option then append with ")" */ if (option == llast(stmt->options)) { appendStringInfo(buf, " )");