diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
commit | 2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (patch) | |
tree | 3db22d820d571cd6c382c066b14c3666b89d08b8 /src/include/access/hash.h | |
parent | 3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (diff) | |
download | postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.tar.gz postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.zip |
More include files cleaned up
Diffstat (limited to 'src/include/access/hash.h')
-rw-r--r-- | src/include/access/hash.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 74abc0dc5c0..d44e8cc7916 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.1 1996/08/27 21:50:12 scrappy Exp $ + * $Id: hash.h,v 1.2 1996/10/20 06:35:01 scrappy Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. @@ -16,7 +16,13 @@ #ifndef HASH_H #define HASH_H +#include "access/htup.h" #include "access/itup.h" +#include "storage/bufpage.h" +#include "access/sdir.h" +#include "access/funcindex.h" +#include "storage/block.h" +#include "access/relscan.h" /* * An overflow page is a spare page allocated for storing data whose |