diff options
Diffstat (limited to 'src/backend/access/index/indexam.c')
-rw-r--r-- | src/backend/access/index/indexam.c | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c index e8c485c51ae..716ad2d7782 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.5 1996/10/31 08:32:22 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.6 1996/11/03 22:57:36 scrappy Exp $ * * INTERFACE ROUTINES * index_open - open an index relation by relationId @@ -65,35 +65,6 @@ #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 "access/itup.h" - -#include <time.h> -#include "utils/nabstime.h" -#include "access/htup.h" -#include "utils/tqual.h" -#include "storage/buf.h" -#include "access/relscan.h" - -#include "access/sdir.h" - -#include "access/funcindex.h" #include "access/genam.h" #include "utils/relcache.h" @@ -102,12 +73,6 @@ #include "utils/palloc.h" -#include <sys/types.h> -#include "storage/ipc.h" -#include "storage/spin.h" -#include "utils/hsearch.h" -#include "storage/shmem.h" -#include "storage/lock.h" #include "storage/lmgr.h" #include "access/heaptuple.h" |