1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Move fixes for >8 indexed fields.

This commit is contained in:
Bruce Momjian
2000-01-10 05:20:26 +00:00
parent b99f300675
commit a040281787
5 changed files with 254 additions and 254 deletions

View File

@ -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];