mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
1900c8e0f4
commit
cd8e4e61a2
|
@ -323,7 +323,6 @@ DeparseCreateDatabaseStmt(Node *node)
|
||||||
static void
|
static void
|
||||||
AppendCreateDatabaseStmt(StringInfo buf, CreatedbStmt *stmt)
|
AppendCreateDatabaseStmt(StringInfo buf, CreatedbStmt *stmt)
|
||||||
{
|
{
|
||||||
|
|
||||||
appendStringInfo(buf,
|
appendStringInfo(buf,
|
||||||
"CREATE DATABASE %s",
|
"CREATE DATABASE %s",
|
||||||
quote_identifier(stmt->dbname));
|
quote_identifier(stmt->dbname));
|
||||||
|
|
Loading…
Reference in New Issue