summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_type_fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_type_fn.h')
-rw-r--r--src/include/catalog/pg_type_fn.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/catalog/pg_type_fn.h b/src/include/catalog/pg_type_fn.h
index 11409cf349..3705913837 100644
--- a/src/include/catalog/pg_type_fn.h
+++ b/src/include/catalog/pg_type_fn.h
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* pg_type_fn.h
- * prototypes for functions in catalog/pg_type.c
+ * prototypes for functions in catalog/pg_type.c
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/pg_type_fn.h,v 1.4 2009/02/24 01:38:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_type_fn.h,v 1.5 2009/06/11 14:49:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,9 +17,9 @@
#include "nodes/nodes.h"
-extern Oid TypeShellMake(const char *typeName,
- Oid typeNamespace,
- Oid ownerId);
+extern Oid TypeShellMake(const char *typeName,
+ Oid typeNamespace,
+ Oid ownerId);
extern Oid TypeCreate(Oid newTypeOid,
const char *typeName,
@@ -71,7 +71,7 @@ extern void GenerateTypeDependencies(Oid typeNamespace,
bool rebuild);
extern void RenameTypeInternal(Oid typeOid, const char *newTypeName,
- Oid typeNamespace);
+ Oid typeNamespace);
extern char *makeArrayTypeName(const char *typeName, Oid typeNamespace);