summaryrefslogtreecommitdiff
path: root/src/include/utils/syscache.h
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-10-28 15:11:45 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-10-28 15:11:45 +0000
commit7bff4c50787c52687ad5e23d90c0c5604c57893f (patch)
tree54a990c09ce76f0abf1d5b361369312ace44f848 /src/include/utils/syscache.h
parent9db2992640245b5cecc3311f5d95504d10a86f21 (diff)
Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r--src/include/utils/syscache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 54c42a19844..0e37771a67e 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.7 1997/09/08 21:55:17 momjian Exp $
+ * $Id: syscache.h,v 1.8 1997/10/28 15:11:45 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -59,6 +59,7 @@
#define REWRITENAME 25
#define PROSRC 26
#define CLADEFTYPE 27
+#define LANOID 28
/* ----------------
* struct cachedesc: information needed for a call to InitSysCache()