*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.5 1996/11/04 07:46:00 scrappy Exp $
+ * $Id: builtins.h,v 1.6 1996/11/04 11:51:14 scrappy Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
#define BUILTINS_H
#include <storage/itemptr.h>
-#include <utils/rel.h>
-#include <utils/nabstime.h>
#include <utils/geo-decls.h>
+#include <utils/nabstime.h>
+#include <utils/rel.h>
/*
* Defined in adt/
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.3 1996/11/04 07:59:39 scrappy Exp $
+ * $Id: catcache.h,v 1.4 1996/11/04 11:51:15 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
/* #define CACHEDEBUG turns DEBUG elogs on */
-#include <utils/rel.h>
-#include <nodes/memnodes.h>
-#include <lib/dllist.h>
#include <access/htup.h>
+#include <lib/dllist.h>
+#include <nodes/memnodes.h>
+#include <utils/rel.h>
/*
* struct catctup: tuples in the cache.
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: excid.h,v 1.2 1996/10/31 09:51:15 scrappy Exp $
+ * $Id: excid.h,v 1.3 1996/11/04 11:51:16 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXCID_H
#define EXCID_H
-#include "utils/exc.h" /* for Exception */
extern Exception FailedAssertion;
extern Exception BadState;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgrtab.h,v 1.2 1996/10/31 09:51:17 scrappy Exp $
+ * $Id: fmgrtab.h,v 1.3 1996/11/04 11:51:17 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FMGRTAB_H
#define FMGRTAB_H
-#include "fmgr.h" /* genearated by Gen_fmgrtab.sh */
typedef struct {
Oid proid;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: inval.h,v 1.2 1996/10/31 09:51:21 scrappy Exp $
+ * $Id: inval.h,v 1.3 1996/11/04 11:51:18 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef INVAL_H
#define INVAL_H
-#include "access/htup.h"
-#include "utils/rel.h"
+#include <access/htup.h>
+#include <utils/rel.h>
extern void DiscardInvalid(void);
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lselect.h,v 1.2 1996/10/31 09:51:23 scrappy Exp $
+ * $Id: lselect.h,v 1.3 1996/11/04 11:51:19 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSELECT_H
#define LSELECT_H
-#include "access/htup.h"
+#include <stdio.h>
+#include <access/htup.h>
struct leftist {
short lt_dist; /* distance to leaf/empty node */
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.1 1996/08/28 01:59:08 scrappy Exp $
+ * $Id: lsyscache.h,v 1.2 1996/11/04 11:51:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSYSCACHE_H
#define LSYSCACHE_H
-#include "access/htup.h"
+#include <access/attnum.h>
+#include <access/htup.h>
extern bool op_class(Oid opid, int32 opclass, Oid amopid);
extern char *get_attname(Oid relid, AttrNumber attnum);
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: mcxt.h,v 1.3 1996/11/03 08:17:34 scrappy Exp $
+ * $Id: mcxt.h,v 1.4 1996/11/04 11:51:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MCXT_H
#define MCXT_H
-#include "nodes/memnodes.h"
+#include <nodes/memnodes.h>
extern MemoryContext CurrentMemoryContext;
extern MemoryContext TopMemoryContext;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.2 1996/10/31 09:51:29 scrappy Exp $
+ * $Id: portal.h,v 1.3 1996/11/04 11:51:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PORTAL_H
#define PORTAL_H
-
-#include "nodes/execnodes.h" /* for EState */
-#include "nodes/memnodes.h"
-#include "nodes/nodes.h"
-#include "nodes/pg_list.h"
-#include "nodes/plannodes.h" /* for Plan */
-#include "executor/execdesc.h"
+#include <executor/execdesc.h>
+#include <lib/fstack.h>
+#include <nodes/memnodes.h>
+#include <utils/memutils.h>
typedef struct PortalBlockData {
AllocSetData setData;
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psort.h,v 1.1 1996/08/28 01:59:20 scrappy Exp $
+ * $Id: psort.h,v 1.2 1996/11/04 11:51:23 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PSORT_H
#define PSORT_H
+#include <stdio.h>
+#include <access/relscan.h>
+
#define SORTMEM (1 << 18) /* 1/4 M - any static memory */
#define MAXTAPES 7 /* 7--See Fig. 70, p273 */
#define TAPEEXT "pg_psort.XXXXXX" /* TEMPDIR/TAPEEXT */
extern struct leftist *Tuples;
#ifdef EBUG
-#include <stdio.h>
-#include "utils/elog.h"
-#include "storage/buf.h"
-#include "storage/bufmgr.h"
#define PDEBUG(PROC, S1)\
elog(DEBUG, "%s:%d>> PROC: %s.", __FILE__, __LINE__, S1)
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.6 1996/11/04 07:46:06 scrappy Exp $
+ * $Id: rel.h,v 1.7 1996/11/04 11:51:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
+#include <catalog/pg_am.h>
+#include <catalog/pg_class.h>
#include <access/strat.h>
-#include <rewrite/prs2lock.h>
#include <access/tupdesc.h>
-#include <catalog/pg_class.h>
-#include <catalog/pg_am.h>
+#include <rewrite/prs2lock.h>
#include <storage/fd.h>
typedef struct RelationData {
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel2.h,v 1.1 1996/08/28 01:59:22 scrappy Exp $
+ * $Id: rel2.h,v 1.2 1996/11/04 11:51:25 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TMP_REL2_H
#define TMP_REL2_H
-#include "access/istrat.h"
+#include <utils/rel.h>
extern IndexStrategy RelationGetIndexStrategy(Relation relation);
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.2 1996/10/31 09:51:30 scrappy Exp $
+ * $Id: relcache.h,v 1.3 1996/11/04 11:51:26 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELCACHE_H
#define RELCACHE_H
-#include <sys/types.h>
-
-#include "utils/rel.h"
+#include <utils/rel.h>
/*
* relation lookup routines
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.3 1996/10/31 05:58:01 momjian Exp $
+ * $Id: syscache.h,v 1.4 1996/11/04 11:51:27 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SYSCACHE_H
#define SYSCACHE_H
-#include "access/attnum.h"
-#include "access/htup.h"
+#include <access/attnum.h>
+#include <access/htup.h>
/*#define CACHEDEBUG*/ /* turns DEBUG elogs on */