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/hash/hashinsert.c | |
| parent | ff36ebc922566542f4f18c4e76a379bc620dfde4 (diff) | |
| download | postgresql-302b809793a29fac0aa9c98ac38f6371b1e0ad06.tar.gz | |
Changes required so that access/* compiles cleanly...
cleaning up behind myself before *yawn* bed :)
Diffstat (limited to 'src/backend/access/hash/hashinsert.c')
| -rw-r--r-- | src/backend/access/hash/hashinsert.c | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/src/backend/access/hash/hashinsert.c b/src/backend/access/hash/hashinsert.c index 2f5d0c44e9..6b2edf6320 100644 --- a/src/backend/access/hash/hashinsert.c +++ b/src/backend/access/hash/hashinsert.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.5 1996/10/31 08:24:38 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.6 1996/11/03 12:34:35 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -17,39 +17,9 @@ #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 "utils/nabstime.h" -#include "access/htup.h" -#include "access/itup.h" -#include "storage/itemid.h" -#include "storage/item.h" -#include "storage/buf.h" -#include "storage/page.h" -#include "storage/bufpage.h" -#include "access/sdir.h" -#include "access/funcindex.h" -#include "utils/tqual.h" -#include "storage/buf.h" #include "access/relscan.h" #include "access/hash.h" -#include "storage/ipc.h" #include "storage/bufmgr.h" #include "utils/palloc.h" |
