aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-29 20:49:02 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-29 20:49:02 +0000
commit48cde8d83b9b7b672218ba926b896ed396c7645e (patch)
treefa51909e64f6892e9cb8563c5be2a6dd23211422
parent20f3236650cd7c2b1aabb29131ac234da2cd39a9 (diff)
downloadpostgresql-48cde8d83b9b7b672218ba926b896ed396c7645e.tar.gz
postgresql-48cde8d83b9b7b672218ba926b896ed396c7645e.zip
fix a redeclaration error
submitted by Kurt
-rw-r--r--src/backend/parser/catalog_utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/parser/catalog_utils.h b/src/backend/parser/catalog_utils.h
index 55bb6fa52d0..7790ec6468c 100644
--- a/src/backend/parser/catalog_utils.h
+++ b/src/backend/parser/catalog_utils.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog_utils.h,v 1.1.1.1 1996/07/09 06:21:40 scrappy Exp $
+ * $Id: catalog_utils.h,v 1.2 1996/07/29 20:49:02 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,8 +25,6 @@
typedef HeapTuple Type;
typedef HeapTuple Operator;
-extern Oid typeid_get_relid();
-
extern bool check_typeid(long id);
extern Type get_id_type(long id);
extern char *get_id_typname(long id);