diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:35:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 12:35:27 +0000 |
commit | 302b809793a29fac0aa9c98ac38f6371b1e0ad06 (patch) | |
tree | d0b607733818aaba9936273dc207475409deb4a8 /src/backend/access/heap/hio.c | |
parent | ff36ebc922566542f4f18c4e76a379bc620dfde4 (diff) | |
download | postgresql-302b809793a29fac0aa9c98ac38f6371b1e0ad06.tar.gz postgresql-302b809793a29fac0aa9c98ac38f6371b1e0ad06.zip |
Changes required so that access/* compiles cleanly...
cleaning up behind myself before *yawn* bed :)
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r-- | src/backend/access/heap/hio.c | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c index 579535dae47..5c4d115108e 100644 --- a/src/backend/access/heap/hio.c +++ b/src/backend/access/heap/hio.c @@ -7,51 +7,18 @@ * * * IDENTIFICATION - * $Id: hio.c,v 1.6 1996/10/31 08:28:52 scrappy Exp $ + * $Id: hio.c,v 1.7 1996/11/03 12:34:52 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" -#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" -#include "catalog/pg_am.h" -#include "catalog/pg_class.h" -#include "nodes/nodes.h" -#include "rewrite/prs2lock.h" -#include "access/skey.h" -#include "access/strat.h" -#include "utils/rel.h" - -#include "storage/block.h" -#include "storage/off.h" -#include "storage/itemptr.h" -#include <time.h> -#include "utils/nabstime.h" -#include "access/htup.h" - #include "storage/buf.h" - -#include "storage/itemid.h" -#include "storage/item.h" -#include "storage/off.h" -#include "storage/page.h" #include "storage/bufpage.h" - -#include "utils/tqual.h" #include "access/relscan.h" - #include "access/heapam.h" - -#include <stdio.h> -#include "storage/ipc.h" #include "storage/bufmgr.h" - #include "utils/memutils.h" /* |