aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/schemacmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/schemacmds.h')
-rw-r--r--src/include/commands/schemacmds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
index 6e47e44044f..fed86118ea8 100644
--- a/src/include/commands/schemacmds.h
+++ b/src/include/commands/schemacmds.h
@@ -18,9 +18,9 @@
#include "catalog/objectaddress.h"
#include "nodes/parsenodes.h"
-extern Oid CreateSchemaCommand(CreateSchemaStmt *parsetree,
- const char *queryString,
- int stmt_location, int stmt_len);
+extern Oid CreateSchemaCommand(CreateSchemaStmt *parsetree,
+ const char *queryString,
+ int stmt_location, int stmt_len);
extern void RemoveSchemaById(Oid schemaOid);