*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: skey.h,v 1.2 1996/10/19 04:36:08 scrappy Exp $
+ * $Id: skey.h,v 1.3 1996/11/04 07:45:26 scrappy Exp $
*
*
* Note:
#ifndef SKEY_H
#define SKEY_H
-#include "access/attnum.h"
-
typedef struct ScanKeyData {
bits16 sk_flags; /* flags */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.3 1996/11/01 09:30:41 scrappy Exp $
+ * $Id: strat.h,v 1.4 1996/11/04 07:45:27 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRAT_H
#define STRAT_H
-#include "access/skey.h"
typedef uint16 StrategyNumber;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
+ * $Id: tupdesc.h,v 1.5 1996/11/04 07:45:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TUPDESC_H
#define TUPDESC_H
-#include "nodes/pg_list.h"
-#include "catalog/pg_attribute.h"
-#include "access/attnum.h"
+#include
+#include
typedef struct tupleDesc {
/*------------------------------------------------------------------------
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: prs2lock.h,v 1.3 1996/11/01 09:30:54 scrappy Exp $
+ * $Id: prs2lock.h,v 1.4 1996/11/04 07:45:46 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRS2LOCK_H
#define PRS2LOCK_H
-#include "access/attnum.h"
-#include "nodes/pg_list.h"
+#include
/*
* RewriteRule -
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fd.h,v 1.3 1996/11/01 09:31:10 scrappy Exp $
+ * $Id: fd.h,v 1.4 1996/11/04 07:45:53 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
/*
* FileOpen uses the standard UNIX open(2) flags.
*/
-#include /* for O_ on most */
#ifndef O_RDONLY
-#include /* for O_ on the rest */
#endif /* O_RDONLY */
/*
* FileSeek uses the standard UNIX lseek(2) flags.
*/
#ifndef WIN32
-#include /* for SEEK_ on most */
#else
#ifndef SEEK_SET
-#include /* for SEEK_ on the rest */
#endif /* SEEK_SET */
#endif /* WIN32 */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.4 1996/11/04 04:00:43 momjian Exp $
+ * $Id: builtins.h,v 1.5 1996/11/04 07:46:00 scrappy Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
#ifndef BUILTINS_H
#define BUILTINS_H
-#include "storage/itemptr.h"
-#include "utils/nabstime.h"
-#include "utils/geo-decls.h"
-#include "utils/rel.h"
+#include
+#include
+#include
+#include
/*
* Defined in adt/
extern int32 pqtest(struct varlena *vlena);
/* arrayfuncs.c */
-#include "utils/array.h"
/* date.c */
extern int32 reltimein(char *timestring);
extern long float84ge(float64 arg1, float32 arg2);
/* geo-ops.c, geo-selfuncs.c */
-#include "utils/geo-decls.h"
/* misc.c */
extern bool NullValue(Datum value, bool *isNull);
extern struct varlena *byteaSetBit(struct varlena *v, int32 n, int32 newBit);
/* acl.c */
-#include "utils/acl.h"
#endif /* BUILTINS_H */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo-decls.h,v 1.2 1996/10/31 09:51:18 scrappy Exp $
+ * $Id: geo-decls.h,v 1.3 1996/11/04 07:46:04 scrappy Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
* Useful floating point utilities and constants.
*-------------------------------------------------------------------*/
-#include
#define EPSILON 1.0E-06
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.5 1996/11/01 09:31:17 scrappy Exp $
+ * $Id: rel.h,v 1.6 1996/11/04 07:46:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
-#include "access/strat.h"
-#include "rewrite/prs2lock.h"
-#include "access/tupdesc.h"
-#include "catalog/pg_class.h"
-#include "catalog/pg_am.h"
-#include "storage/fd.h"
+#include
+#include
+#include
+#include
typedef struct RelationData {
File rd_fd; /* open file descriptor */