From 10ace1fac8d9f2aa887a1095340e218430928fce Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:57:07 +0000 Subject: Another mass of them... just #include file changes and/or DOUBLEALIGN->MAXALIGN --- src/backend/commands/_deadcode/recipe.c | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/backend/commands/_deadcode/recipe.c') diff --git a/src/backend/commands/_deadcode/recipe.c b/src/backend/commands/_deadcode/recipe.c index 487f55923df..f7531cf077d 100644 --- a/src/backend/commands/_deadcode/recipe.c +++ b/src/backend/commands/_deadcode/recipe.c @@ -7,28 +7,28 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.4 1999/05/25 22:40:56 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.4.2.1 1999/08/02 05:57:01 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include /* for RelationNameGetRelation */ -#include -#include -#include -#include -#include -#include +#include "postgres.h" + +#include "catalog/pg_type.h" +#include "commands/recipe.h" +#include "executor/executor.h" +#include "libpq/libpq-be.h" +#include "nodes/execnodes.h" +#include "nodes/makefuncs.h" +#include "nodes/parsenodes.h" +#include "nodes/plannodes.h" +#include "optimizer/planner.h" +#include "parser/parse_node.h" +#include "rewrite/rewriteHandler.h" +#include "rewrite/rewriteManip.h" +#include "tcop/dest.h" +#include "tcop/pquery.h" +#include "utils/builtins.h" +#include "utils/relcache.h" /* from tcop/postgres.c */ extern CommandDest whereToSendOutput; @@ -43,7 +43,7 @@ beginRecipe(RecipeStmt *stmt) #else -#include +#include "tioga/tgRecipe.h" #define DEBUG_RECIPE 1 -- cgit v1.2.3