Fixes indentation

create_drop_db_gh
gindibay 2023-10-09 20:27:50 +03:00
parent 78f8ae22c4
commit 723c2b154f
2 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ AppendCreateDatabaseStmt(StringInfo buf, CreatedbStmt *stmt)
foreach_ptr(option, stmt->options)
{
optionToStatement(buf, option, create_database_option_formats, lengthof(
create_database_option_formats));
create_database_option_formats));
}
}

View File

@ -132,8 +132,8 @@ struct option_format
extern void optionToStatement(StringInfo buf, DefElem *option, const struct
option_format *opt_formats, int
opt_formats_len);
option_format *opt_formats, int
opt_formats_len);
/* forward declarations for deparse_statistics_stmts.c */