|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: htup.h,v 1.20 1999/07/04 05:44:56 momjian Exp $ |
| 9 | + * $Id: htup.h,v 1.21 1999/07/04 05:47:06 momjian Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -53,7 +53,7 @@ typedef struct HeapTupleHeaderData |
53 | 53 |
|
54 | 54 | typedefHeapTupleHeaderData*HeapTupleHeader; |
55 | 55 |
|
56 | | -#defineMinTupleSize(MAXALIGN(sizeof (PageHeaderData) + \ |
| 56 | +#defineMinTupleSize(MAXALIGN(sizeof (PageHeaderData)) + \ |
57 | 57 | MAXALIGN(sizeof(HeapTupleHeaderData)) + \ |
58 | 58 | MAXALIGN(sizeof(char))) |
59 | 59 |
|
|