|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: nbtree.h,v 1.2 1996/10/23 07:41:29 scrappy Exp $ |
| 9 | + * $Id: nbtree.h,v 1.3 1996/11/05 10:37:08 scrappy Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 | #ifndefNBTREE_H |
14 | 14 | #defineNBTREE_H |
15 | 15 |
|
16 | | -#include"access/attnum.h" |
17 | | -#include"access/itup.h" |
18 | | -#include"access/htup.h" |
19 | | -#include"access/tupdesc.h" |
20 | | - |
21 | | -#include"access/istrat.h" |
22 | | -#include"access/funcindex.h" |
23 | | -#include"access/relscan.h" |
24 | | -#include"access/sdir.h" |
25 | | -#include"nodes/pg_list.h" |
26 | | -#include"storage/page.h" |
27 | | -#include"storage/bufpage.h" |
28 | | -#include"storage/item.h" |
29 | | -#include"utils/memutils.h" |
| 16 | +#include<access/sdir.h> |
| 17 | +#include<access/relscan.h> |
| 18 | +#include<storage/itemid.h> |
| 19 | +#include<storage/page.h> |
| 20 | +#include<access/funcindex.h> |
| 21 | +#include<access/itup.h> |
| 22 | +#include<storage/buf.h> |
| 23 | +#include<storage/itemptr.h> |
30 | 24 |
|
31 | 25 | /* |
32 | 26 | * BTPageOpaqueData -- At the end of every page, we store a pointer |
|