diff options
Diffstat (limited to 'src/include/access/itup.h')
-rw-r--r-- | src/include/access/itup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/itup.h b/src/include/access/itup.h index cab71939648..29247068fd2 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -55,7 +55,7 @@ typedef IndexTupleData *IndexTuple; typedef struct IndexAttributeBitMapData { bits8 bits[(INDEX_MAX_KEYS + 8 - 1) / 8]; -} IndexAttributeBitMapData; +} IndexAttributeBitMapData; typedef IndexAttributeBitMapData *IndexAttributeBitMap; |