diff options
Diffstat (limited to 'src/include/storage/itemid.h')
-rw-r--r-- | src/include/storage/itemid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h index 1c382fb1b9e..c6b0abc19bd 100644 --- a/src/include/storage/itemid.h +++ b/src/include/storage/itemid.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itemid.h,v 1.3 1997/09/08 02:39:02 momjian Exp $ + * $Id: itemid.h,v 1.4 1997/09/08 21:54:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ typedef struct ItemIdData /* can be reduced by 2 if necc. */ lp_flags:6, /* flags on tuple */ lp_len:13; /* length of tuple */ -} ItemIdData; +} ItemIdData; typedef struct ItemIdData *ItemId; |