summaryrefslogtreecommitdiff
path: root/src/include/storage/itempos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/itempos.h')
-rw-r--r--src/include/storage/itempos.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index bea9cd6474..332636ce95 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: itempos.h,v 1.4 1997/09/07 05:01:20 momjian Exp $
+ * $Id: itempos.h,v 1.5 1997/09/08 02:39:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,11 +18,11 @@
typedef struct ItemSubpositionData
{
- Buffer op_db;
- ItemId op_lpp;
- char *op_cp; /* XXX */
- uint32 op_len;
-} ItemSubpositionData;
+ Buffer op_db;
+ ItemId op_lpp;
+ char *op_cp; /* XXX */
+ uint32 op_len;
+} ItemSubpositionData;
typedef ItemSubpositionData *ItemSubposition;