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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index f03ef639bf..acbe22b6a1 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
- * ibit.h--
+ * ibit.h
* POSTGRES index valid attribute bit map definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.8 1998/09/01 04:34:15 momjian Exp $
+ * $Id: ibit.h,v 1.9 1999/02/13 23:20:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -26,7 +26,7 @@ typedef IndexAttributeBitMapData *IndexAttributeBitMap;
#define IndexAttributeBitMapSize sizeof(IndexAttributeBitMapData)
/*
- * IndexAttributeBitMapIsValid --
+ * IndexAttributeBitMapIsValid
* True iff attribute bit map is valid.
*/
#define IndexAttributeBitMapIsValid(bits) PointerIsValid(bits)