Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48cde8d

Browse files
committed
fix a redeclaration error
submitted by Kurt
1 parent 20f3236 commit 48cde8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/parser/catalog_utils.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: catalog_utils.h,v 1.1.1.1 1996/07/09 06:21:40 scrappy Exp $
9+
* $Id: catalog_utils.h,v 1.2 1996/07/29 20:49:02 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -25,8 +25,6 @@
2525
typedef HeapTuple Type;
2626
typedef HeapTuple Operator;
2727

28-
extern Oid typeid_get_relid();
29-
3028
extern bool check_typeid(long id);
3129
extern Type get_id_type(long id);
3230
extern char *get_id_typname(long id);

0 commit comments

Comments
 (0)