diff options
Diffstat (limited to 'src/include/storage/itemptr.h')
-rw-r--r-- | src/include/storage/itemptr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index b6156ca229c..5bac77c9fcc 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itemptr.h,v 1.6 1997/09/08 02:39:03 momjian Exp $ + * $Id: itemptr.h,v 1.7 1997/09/08 21:54:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -27,7 +27,7 @@ typedef struct ItemPointerData { BlockIdData ip_blkid; OffsetNumber ip_posid; -} ItemPointerData; +} ItemPointerData; typedef ItemPointerData *ItemPointer; |