diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:52:54 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-31 08:52:54 +0000 |
| commit | b13f5c25e24397506f8398e9e505f940ff44cee8 (patch) | |
| tree | a44900230c00b8c4c5e3c883368e5db3dd6f3417 /src/backend/access/rtree/rtget.c | |
| parent | ab2444032a34650952dd70d11a9b97cee790fed2 (diff) | |
| download | postgresql-b13f5c25e24397506f8398e9e505f940ff44cee8.tar.gz | |
More of the same...clean Makefile, add include files
Diffstat (limited to 'src/backend/access/rtree/rtget.c')
| -rw-r--r-- | src/backend/access/rtree/rtget.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backend/access/rtree/rtget.c b/src/backend/access/rtree/rtget.c index a4469f102e..aec1416f43 100644 --- a/src/backend/access/rtree/rtget.c +++ b/src/backend/access/rtree/rtget.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.3 1996/10/23 07:39:20 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.4 1996/10/31 08:52:51 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -19,6 +19,7 @@ #include "catalog/pg_attribute.h" #include "access/attnum.h" +#include "nodes/nodes.h" #include "nodes/pg_list.h" #include "access/tupdesc.h" #include "storage/fd.h" @@ -41,11 +42,17 @@ #include "utils/palloc.h" #include "storage/buf.h" #include "access/relscan.h" +#include "storage/block.h" +#include "access/itup.h" #include "access/iqual.h" #include "storage/itemid.h" #include "storage/item.h" +#include "storage/page.h" #include "storage/bufpage.h" +#include <stdio.h> +#include <sys/types.h> +#include "storage/ipc.h" #include "storage/bufmgr.h" #include "access/itup.h" |
