diff options
Diffstat (limited to 'src/include/access/ibit.h')
-rw-r--r-- | src/include/access/ibit.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index 50d688d5124..3a8099e7781 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.h @@ -7,15 +7,13 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: ibit.h,v 1.13 2000/04/12 17:16:26 momjian Exp $ + * $Id: ibit.h,v 1.14 2000/06/15 03:32:31 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef IBIT_H #define IBIT_H -#include "catalog/pg_index.h" - typedef struct IndexAttributeBitMapData { bits8 bits[(INDEX_MAX_KEYS + 8 - 1) / 8]; |