projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f3236
)
fix a redeclaration error
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 29 Jul 1996 20:49:02 +0000
(20:49 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 29 Jul 1996 20:49:02 +0000
(20:49 +0000)
submitted by Kurt
src/backend/parser/catalog_utils.h
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/catalog_utils.h
b/src/backend/parser/catalog_utils.h
index 55bb6fa52d04918053edb0617bcac46e2aeac8a2..7790ec6468c8a0ba3e5cf799178643679523fb8c 100644
(file)
--- 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);