We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f3236 commit 48cde8dCopy full SHA for 48cde8d
src/backend/parser/catalog_utils.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -25,8 +25,6 @@
25
typedef HeapTuple Type;
26
typedef HeapTuple Operator;
27
28
-extern Oid typeid_get_relid();
29
-
30
extern bool check_typeid(long id);
31
extern Type get_id_type(long id);
32
extern char *get_id_typname(long id);
0 commit comments