summaryrefslogtreecommitdiff
path: root/src/include/commands/alter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/alter.h')
-rw-r--r--src/include/commands/alter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h
index 1b4cd88fdc..5c1a13d8d7 100644
--- a/src/include/commands/alter.h
+++ b/src/include/commands/alter.h
@@ -22,14 +22,14 @@
extern ObjectAddress ExecRenameStmt(RenameStmt *stmt);
extern ObjectAddress ExecAlterObjectDependsStmt(AlterObjectDependsStmt *stmt,
- ObjectAddress *refAddress);
+ ObjectAddress *refAddress);
extern ObjectAddress ExecAlterObjectSchemaStmt(AlterObjectSchemaStmt *stmt,
- ObjectAddress *oldSchemaAddr);
-extern Oid AlterObjectNamespace_oid(Oid classId, Oid objid, Oid nspOid,
- ObjectAddresses *objsMoved);
+ ObjectAddress *oldSchemaAddr);
+extern Oid AlterObjectNamespace_oid(Oid classId, Oid objid, Oid nspOid,
+ ObjectAddresses *objsMoved);
extern ObjectAddress ExecAlterOwnerStmt(AlterOwnerStmt *stmt);
extern void AlterObjectOwner_internal(Relation catalog, Oid objectId,
- Oid new_ownerId);
+ Oid new_ownerId);
#endif /* ALTER_H */