summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-08-02 06:27:09 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-08-02 06:27:09 +0000
commit2dca8973feb4bd089b6654d4cc67b0542fdfdbb2 (patch)
tree0bfb1e55125698412915c622887bb147914e5f92 /src/backend/optimizer/path/joinpath.c
parent10ace1fac8d9f2aa887a1095340e218430928fce (diff)
Final round before bed...more tomorrow...
Diffstat (limited to 'src/backend/optimizer/path/joinpath.c')
-rw-r--r--src/backend/optimizer/path/joinpath.c15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/backend/optimizer/path/joinpath.c b/src/backend/optimizer/path/joinpath.c
index 3dade2c6326..aa660f593d4 100644
--- a/src/backend/optimizer/path/joinpath.c
+++ b/src/backend/optimizer/path/joinpath.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.38 1999/05/25 22:41:30 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.38.2.1 1999/08/02 06:26:57 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,18 +16,9 @@
#include "postgres.h"
-#include "storage/buf_internals.h"
-
-#include "nodes/pg_list.h"
-#include "nodes/relation.h"
-#include "nodes/plannodes.h"
-
-#include "optimizer/internal.h"
-#include "optimizer/paths.h"
+#include "optimizer/cost.h"
#include "optimizer/pathnode.h"
-#include "optimizer/keys.h"
-#include "optimizer/cost.h" /* for _enable_{hashjoin,
- * _enable_mergejoin} */
+#include "optimizer/paths.h"
static Path *best_innerjoin(List *join_paths, List *outer_relid);
static List *sort_inner_and_outer(RelOptInfo *joinrel, RelOptInfo *outerrel, RelOptInfo *innerrel,