*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.1.1.1 1996/07/09 06:21:24 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.2 1996/10/31 10:11:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
*
*/
#include /* for sprintf() */
+
+#include "postgres.h"
+
#include "executor/executor.h"
#include "storage/smgr.h"
#include "executor/nodeSeqscan.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.1.1.1 1996/07/09 06:21:24 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.2 1996/10/31 10:11:23 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+
+#include "postgres.h"
+
#include "utils/palloc.h"
#include "executor/executor.h"
#include "nodes/relation.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.6 1996/10/26 04:13:05 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.7 1996/10/31 10:11:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeIndexscan.h"
#include "utils/builtins.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.1.1.1 1996/07/09 06:21:25 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.2 1996/10/31 10:11:27 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* in turn call these routines themselves on their subplans.
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeResult.h"
#include "executor/nodeAppend.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.7 1996/10/26 04:13:11 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.8 1996/10/31 10:11:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* instead of doing needless copying. -cim 5/31/91
*
*/
+#include "postgres.h"
+
#include "nodes/primnodes.h"
#include "nodes/relation.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.1.1.1 1996/07/09 06:21:25 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.2 1996/10/31 10:11:34 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include
+#include "postgres.h"
+
#include "executor/executor.h"
/* ----------------------------------------------------------------
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.1.1.1 1996/07/09 06:21:25 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.2 1996/10/31 10:11:38 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* and the TupleTableSlot node in execnodes.h.
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#undef ExecStoreTuple
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.2 1996/08/26 06:30:33 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.3 1996/10/31 10:11:43 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "access/itup.h"
#include "optimizer/clauses.h"
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "access/heapam.h"
#include "catalog/pg_aggregate.h"
#include "catalog/catalog.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.2 1996/10/26 04:13:26 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.3 1996/10/31 10:11:54 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* | | | |
* person employee student student-emp
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeAppend.h"
* columns. (ie. tuples from the same group are consecutive)
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.1.1.1 1996/07/09 06:21:26 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.2 1996/10/31 10:11:59 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "access/heapam.h"
#include "catalog/catalog.h"
#include "executor/executor.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.5 1996/10/26 04:13:31 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.6 1996/10/31 10:12:00 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include /* for sprintf() */
#include
#include
+#include "postgres.h"
+
#include "storage/fd.h" /* for SEEK_ */
#include "storage/ipc.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.2 1996/10/30 06:08:10 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.3 1996/10/31 10:12:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* collected and merged with the genam stuff.
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeIndexscan.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.2 1996/07/30 07:45:31 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.3 1996/10/31 10:12:09 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* ExecEndMaterial - shutdown node and subnodes
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeMaterial.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.1.1.1 1996/07/09 06:21:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.2 1996/10/31 10:12:11 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* problem described above -cim 4/23/91
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeMergejoin.h"
#include "utils/lsyscache.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.1.1.1 1996/07/09 06:21:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.2 1996/10/31 10:12:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* ExecInitNestLoop - initialize the join
* ExecEndNestLoop - shut down the join
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeNestloop.h"
#include "executor/nodeIndexscan.h"
* SeqScan (emp.all)
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.1.1.1 1996/07/09 06:21:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.2 1996/10/31 10:12:18 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeResult.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.1.1.1 1996/07/09 06:21:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.2 1996/10/31 10:12:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* ExecRestrPos restores scan position
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeSeqscan.h"
#include "parser/parsetree.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.2 1996/07/30 07:45:35 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.3 1996/10/31 10:12:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeSort.h"
#include "utils/palloc.h"
* ExecEndTee
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/Attic/nodeTee.c,v 1.1.1.1 1996/07/09 06:21:27 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/Attic/nodeTee.c,v 1.2 1996/10/31 10:12:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include
+#include "postgres.h"
+
#include "utils/palloc.h"
#include "utils/relcache.h"
#include "storage/bufmgr.h" /* for IncrBufferRefCount */
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.2 1996/07/19 06:27:59 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.3 1996/10/31 10:12:26 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
* sorted order.
*
*/
+#include "postgres.h"
+
#include "executor/executor.h"
#include "executor/nodeUnique.h"
#include "optimizer/clauses.h"