aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 6d9c2bfd81e..4c51ceea422 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.32 2000/01/10 04:36:36 momjian Exp $
+ * $Id: postgres.h,v 1.33 2000/01/10 05:20:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -101,8 +101,6 @@ struct varlena
typedef struct varlena bytea;
typedef struct varlena text;
-#define INDEX_MAX_KEYS 8 /* maximum number of keys in an index
- * definition */
typedef int2 int28[INDEX_MAX_KEYS];
typedef Oid oid8[INDEX_MAX_KEYS];