summaryrefslogtreecommitdiff
path: root/src/include/access/ibit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/ibit.h')
-rw-r--r--src/include/access/ibit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index 15b45a8b12..b724bfaa5e 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
+ * $Id: ibit.h,v 1.16 2001/10/25 05:49:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,5 +28,4 @@ typedef IndexAttributeBitMapData *IndexAttributeBitMap;
* True iff attribute bit map is valid.
*/
#define IndexAttributeBitMapIsValid(bits) PointerIsValid(bits)
-
#endif /* IBIT_H */