diff options
Diffstat (limited to 'src/backend/access/hash/hash.c')
| -rw-r--r-- | src/backend/access/hash/hash.c | 50 |
1 files changed, 2 insertions, 48 deletions
diff --git a/src/backend/access/hash/hash.c b/src/backend/access/hash/hash.c index 8fb5bd29cf..37de0fad34 100644 --- a/src/backend/access/hash/hash.c +++ b/src/backend/access/hash/hash.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.8 1996/10/31 08:24:37 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.9 1996/11/03 12:34:33 scrappy Exp $ * * NOTES * This file contains only the public interface routines. @@ -15,58 +15,13 @@ *------------------------------------------------------------------------- */ -#include <stdio.h> -#include <time.h> - #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 "access/relscan.h" #include "access/hash.h" - -#include "nodes/params.h" -#include "storage/ipc.h" -#include "executor/hashjoin.h" -#include "utils/fcache.h" -#include "nodes/primnodes.h" -#include "utils/memutils.h" -#include "lib/fstack.h" -#include "nodes/memnodes.h" -#include "executor/tuptable.h" + #include "nodes/execnodes.h" -#include "nodes/plannodes.h" -#include "nodes/parsenodes.h" -#include "tcop/dest.h" -#include "executor/execdesc.h" -#include "catalog/pg_index.h" #include "executor/executor.h" #include "access/heapam.h" @@ -83,7 +38,6 @@ # include <string.h> #endif -#include "storage/ipc.h" #include "storage/bufmgr.h" #include "miscadmin.h" |
