mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
fix a redeclaration error
submitted by Kurt
This commit is contained in:
parent
20f3236650
commit
48cde8d83b
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* 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 Type;
|
||||||
typedef HeapTuple Operator;
|
typedef HeapTuple Operator;
|
||||||
|
|
||||||
extern Oid typeid_get_relid();
|
|
||||||
|
|
||||||
extern bool check_typeid(long id);
|
extern bool check_typeid(long id);
|
||||||
extern Type get_id_type(long id);
|
extern Type get_id_type(long id);
|
||||||
extern char *get_id_typname(long id);
|
extern char *get_id_typname(long id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user