*
* 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.
#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
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.2 1996/10/19 06:27:25 scrappy Exp $
+ * $Id: execnodes.h,v 1.3 1996/10/20 06:35:07 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "executor/hashjoin.h"
#include "nodes/primnodes.h"
#include "nodes/memnodes.h"
+#include "executor/tuptable.h"
/* ----------------
* IndexInfo information
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.2 1996/10/19 06:27:14 scrappy Exp $
+ * $Id: bufmgr.h,v 1.3 1996/10/20 06:35:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#define BUFMGR_H
#include <stdio.h>
+#include "storage/ipc.h"
/*
* the maximum size of a disk block for any possible installation.
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.3 1996/10/19 04:03:29 scrappy Exp $
+ * $Id: bufpage.h,v 1.4 1996/10/20 06:35:16 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include "storage/itemid.h"
#include "storage/item.h"
+#include "storage/buf.h"
+#include "storage/off.h"
/*
* a postgres disk page is an abstraction layered on top of a postgres
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tqual.h,v 1.1 1996/08/28 01:59:28 scrappy Exp $
+ * $Id: tqual.h,v 1.2 1996/10/20 06:35:27 scrappy Exp $
*
* NOTE
* It may be desirable to allow time qualifications to indicate
#ifndef TQUAL_H
#define TQUAL_H
-#include "postgres.h"
#include "utils/nabstime.h"
-#include "access/htup.h"
typedef struct TimeQualSpace {
char data[12];