|
7 | 7 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.99 2004/08/29 05:06:57 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.100 2004/11/26 21:08:35 tgl Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
|
17 | 17 | #include"access/sdir.h" |
18 | 18 | #include"nodes/bitmapset.h" |
19 | 19 | #include"nodes/parsenodes.h" |
| 20 | +#include"storage/block.h" |
20 | 21 |
|
21 | 22 |
|
22 | 23 | /* |
@@ -201,7 +202,7 @@ typedef struct RelOptInfo |
201 | 202 | Relids*attr_needed;/* array indexed [min_attr .. max_attr] */ |
202 | 203 | int32*attr_widths;/* array indexed [min_attr .. max_attr] */ |
203 | 204 | List*indexlist; |
204 | | -longpages; |
| 205 | +BlockNumberpages; |
205 | 206 | doubletuples; |
206 | 207 | structPlan*subplan;/* if subquery */ |
207 | 208 |
|
|